summaryrefslogtreecommitdiffstats
path: root/development/egypt/README
diff options
context:
space:
mode:
author Erik Falor2014-05-19 12:14:43 +0200
committer Willy Sudiarto Raharjo2014-05-19 12:14:43 +0200
commitf44a28116c4d0fb4add57c62f59563ffafda87fc (patch)
tree44ebf99353cc226cc3520e704cb43cc5e7101acf /development/egypt/README
parent54315d025217b753d2f77cd84dd3c1221b741c9d (diff)
downloadold.slackbuilds-f44a28116c4d0fb4add57c62f59563ffafda87fc.tar.gz
development/egypt: Added (call graphs creator).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/egypt/README')
-rw-r--r--development/egypt/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/development/egypt/README b/development/egypt/README
new file mode 100644
index 0000000000..1b8590add9
--- /dev/null
+++ b/development/egypt/README
@@ -0,0 +1,5 @@
+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.