From 6e36d30ca8254882766690a5e849986f5c9e1145 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 29 Feb 2016 00:21:41 -0500 Subject: README: Mention (lib)eshprof --- 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 =========== -- cgit v0.9.1