README 378 B

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