"Fossies" - the Fresh Open Source Software Archive 
Member "ncc-2.8/scripts/gengraph.py.1" (16 Sep 2006, 1416 Bytes) of package /linux/privat/old/ncc-2.8.tar.gz:
Caution: As a special service "Fossies" has tried to format the requested manual source page into HTML format but links to other man pages may be missing or even erroneous.
Alternatively you can here
view or
download the uninterpreted manual source code.
A member file download can also be achieved by clicking within a package contents listing on the according byte size field.
GENGRAPH.PY
NAME
SYNOPSIS
OPTIONS
SAMPLE USAGE
SEE ALSO
NAME
gengraph.py
− Produces a call graph in dot format from an
ncc-generated file.
SYNOPSIS
gengraph.py
[options] <nccout> <function> ...
OPTIONS
-h | --help:
usage statement
-V | --version: print version and exit
-D | --dot: additional options to dot
-d | --depth: max depth of graph
-i | --ignore: functions to ignore
-l | --location: show file names of function declarations
-s | --show: show function but ignore sub-functions
SAMPLE USAGE
gengraph.py
-i "exit strlen" nccout main | dot -Tsvg -o
func.svg
gengraph.py
-i "exit strlen" nccout main | springgraph >
output.png
SEE ALSO
ncc(1),
nccnav(1)