Ericsson / CodeCompass

CodeCompass is a software comprehension tool for large scale software written in C/C++ and Java
https://codecompass.net
GNU General Public License v3.0
497 stars 96 forks source link

Make type level McCabe calculation parallel #751

Open mcserep opened 1 week ago

mcserep commented 1 week ago

727 introduced the type level McCabe computation to the C++ metrics plugin.

While #734 added implementation for parallel computation of the existing C++ metrics, the type level McCabe was developed at the same time, and was omitted from the refactoring.

The task is to make the type level McCabe calculation parallel, similarly like the other metrics.