Most recent edit on 2006-01-27 00:41:21 by MetalHead [added parent]
Additions:
Oldest known version of this page was edited on 2005-09-11 18:52:04 by MetalHead [initial setup]
Page view:
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