diff options
-rw-r--r-- | docs/users_guide/profiling.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/users_guide/profiling.xml b/docs/users_guide/profiling.xml index adb7a33692..0410d9e32e 100644 --- a/docs/users_guide/profiling.xml +++ b/docs/users_guide/profiling.xml @@ -525,6 +525,11 @@ x = nfib 25 </listitem> </orderedlist> + <para>You might also want to take a look + at <ulink url="http://www.haskell.org/haskellwiki/Hp2any">hp2any</ulink>, + a more advanced suite of tools (not distributed with GHC) for + displaying heap profiles.</para> + <sect2 id="rts-options-heap-prof"> <title>RTS options for heap profiling</title> |