Cflowdot
Cflowdot analyzes C functions and generates a graph which shows which functions call which functions. The graph generated is in dot language ( which is part of the graphviz package,
http://www.graphviz.org)?. It's really useful for small projects though, as the graphs become too large to gather anything useful from them as the number of function calls grows.
CategoryCode
CategoryC
There are no comments on this page. [Add comment]