diff options
Diffstat (limited to 'docs/xml/manual-intro.xml')
-rw-r--r-- | docs/xml/manual-intro.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/xml/manual-intro.xml b/docs/xml/manual-intro.xml index 452effd3..3efbdeea 100644 --- a/docs/xml/manual-intro.xml +++ b/docs/xml/manual-intro.xml @@ -54,6 +54,12 @@ and without disturbing the existing structure.</para> </listitem> <listitem> + <para><command>DHAT</command> is a different kind of heap + profiler. It helps you understand issues of block lifetimes, + block utilisation, and layout inefficiencies.</para> + </listitem> + + <listitem> <para><command>Ptrcheck</command> is an experimental heap, stack and global array overrun detector. Its functionality overlaps somewhat with Memcheck's, but it can find some problems that Memcheck would |