summaryrefslogtreecommitdiff
path: root/devel/egypt/DESCR
blob: f7540ecf00c7542015844bbba2049d7566a95c99 (plain)
1
2
3
4
5
6
Egypt is a simple tool for creating call graphs of C programs. Egypt
neither analyzes source code nor lays out graphs. Instead, it leaves the
source code analysis to GCC and the graph layout to Graphviz, both of
which are better at their respective jobs than egypt itself could ever
hope to be. Egypt is simply a very small Perl script that glues these
existing tools together.