Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var 3 years ago
..
README a6ae5f60d7 development/egypt: Fix README. 4 years ago
egypt.SlackBuild 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var 3 years ago
egypt.info f44a28116c development/egypt: Added (call graphs creator). 10 years ago
slack-desc f44a28116c development/egypt: Added (call graphs creator). 10 years ago

README

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.