mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
6303a140eb
charting control flow within the program. Current implementation is able to produce both direct and inverted flowgraphs for C sources. Optionally a cross-reference listing can be generated. Two output formats are implemented: POSIX and GNU (extended). Input files can optionally be preprocessed before analyzing. WWW: http://savannah.gnu.org/projects/cflow PR: ports/120373 Submitted by: Dmitry Marakasov <amdmi3 at amdmi3.ru>
12 lines
429 B
Plaintext
12 lines
429 B
Plaintext
GNU cflow analyzes a collection of C source files and prints a graph
|
|
charting control flow within the program.
|
|
|
|
Current implementation is able to produce both direct and inverted
|
|
flowgraphs for C sources. Optionally a cross-reference listing can
|
|
be generated. Two output formats are implemented: POSIX and GNU
|
|
(extended).
|
|
|
|
Input files can optionally be preprocessed before analyzing.
|
|
|
|
WWW: http://savannah.gnu.org/projects/cflow
|