You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Michael Hayes 22ec7e2416
Rotate module dep graph
12 years ago
..
Makefile Add voltmeter1 13 years ago
README Add test program that gobbles echoed character 14 years ago
callgraph.d Add voltmeter1 13 years ago
files.d Rotate module dep graph 12 years ago
modules.d Add voltmeter1 13 years ago

README

Running make in this directory will generate a number of PDF graphs.

In the callgraph, the arrows means "calls". In the dependency graphs,
the arrows means "requires" (or "depends upon").

callgraph.pdf This shows the callgraph, i.e., what functions each
function in the program calls.
module_dependencies.pdf This shows the dependencies between the modules.
file_dependencies.pdf This shows the dependencies between the files.
makefile_dependencies.pdf This shows the dependencies required by make when
building the program.
build_dependencies.pdf This is like makefile_dependencies.pdf but shows
the operations performed to generate the new file.

callgraph.d This shows the callgraph in text format.
files.d This shows the file dependencies in text format.
modules.d This shows the module dependencies in text format.