Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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 + +-Ausnahmen: Für jede Funktion aufrufen, die GCC-Einsätze sind zusätzliche Pfade verwendet, wenn eine Ausnahme auftritt. Das "Experiment" Maßnahme ist nun ein Teil der Ausgabe.
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