Menu

NPath analyser for C++ / News: Recent posts

Gnocchi 0.33 released.

This release adds experimental measures considering C++ exceptions.

Posted by Eddy Pronk 2007-06-25

Initial source release.

I'm pleased to announce the first release of Gnocchi.

Gnocchi calculates cyclomatic and the NPATH complexity measures.

It reads the coverage information produced by GCC and determines the
complexity of all functions. If code is compiled with -fprofile-arcs
or -ftest-coverage (depending on compiler version) GCC creates a .gcno
file for every object file.

Posted by Eddy Pronk 2007-06-12