diff options
Diffstat (limited to 'development')
-rw-r--r-- | development/egypt/README | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/development/egypt/README b/development/egypt/README index 1b8590add983..8b5b3fca5cb5 100644 --- a/development/egypt/README +++ b/development/egypt/README @@ -1,5 +1,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. +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. |