mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
a6ae5f60d7
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
6 lines
378 B
Text
6 lines
378 B
Text
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.
|