Download List

프로젝트 설명

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.

System Requirements

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 + +를 예외 : 모든 함수 호출에 대한 추가 GCC의 삽입 경로를 사용하면 예외가 발생합니다. 이 ""이제 실험을 측정 출력의 일부입니다.
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