diff options
Diffstat (limited to 'doc/estp.txt')
-rw-r--r-- | doc/estp.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/estp.txt b/doc/estp.txt index 353e4576f..704bc33f2 100644 --- a/doc/estp.txt +++ b/doc/estp.txt @@ -1,13 +1,13 @@ -============================================ - Embedded Stack Trace Profiler User Guide -============================================ +=================================================== + Embedded Stack Trace Profiler (ESTP) User Guide +=================================================== :Author: Andreas Rumpf :Version: |nimrodversion| Nimrod comes with a platform independent profiler - -the `Embedded Stack Trace Profiler`:idx: (`ESTP`:idx:). The profiler +the Embedded Stack Trace Profiler (ESTP). The profiler is *embedded* into your executable. To activate the profiler you need to do: * compile your program with the ``--profiler:on --stackTrace:on`` command |