Télécharger la liste

Description du projet

Gnocchi is a complexity analyzer for C++ code. It
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.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2007-06-25 19:47
0.33

C + +, les exceptions: pour chaque appel de fonction, les chemins du CCG inserts supplémentaires qui sont utilisés quand une exception se produit. Cette mesure «expérimentale» fait maintenant partie de la production.
Tags: Minor feature enhancements
C++ exceptions: for every function call, GCC inserts extra paths that are used when an exception occurs. This "experimental" measure is now part of the output.

2007-06-13 16:04
0.22

Tags: Initial freshmeat announcement

Project Resources