summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2016-02-29 00:21:41 (EST)
committer P. J. McDermott <pj@pehjota.net>2016-02-29 00:21:41 (EST)
commit6e36d30ca8254882766690a5e849986f5c9e1145 (patch)
tree84a27bc32603463f2378b03e1c5136c39f773184
parent934da3a0f473256d7452ab622024ff1a499b39ca (diff)
downloadeggshell-6e36d30ca8254882766690a5e849986f5c9e1145.zip
eggshell-6e36d30ca8254882766690a5e849986f5c9e1145.tar.gz
eggshell-6e36d30ca8254882766690a5e849986f5c9e1145.tar.bz2
README: Mention (lib)eshprof
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index 78f0e64..1d1e279 100644
--- a/README
+++ b/README
@@ -40,6 +40,11 @@ output program.
eshc (not yet written) is a compiler driver, like the gcc compiler
driver of GCC. It runs eshtrans and eshld.
+libeshprof is a function call profiling/tracing library, and eshprof is
+a profiling analyzer. Together they can profile functions of a program,
+like gprof of GNU Binutils does, to identify which functions take the
+most execution time.
+
Portability
===========