Provided by: ncc_2.8-2build1_amd64 bug

NAME

       gengraph - Produces a call graph in dot format from an ncc-generated file.

SYNOPSIS

       gengraph [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

USAGE

       gengraph -i "exit strlen" nccout main | dot -Tsvg -o func.svg

       gengraph -i "exit strlen" nccout main | springgraph > output.png

SEE ALSO

       nccgen(1), nccnav(1)

                                         November 1, 2014                             gengraph(1)