summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2009-08-27 11:40:50 +0000
committerSimon Marlow <marlowsd@gmail.com>2009-08-27 11:40:50 +0000
commitf58f4328bc68c86f97b34f99a41234c938cc4731 (patch)
tree58691ab6515b90fe4fa25e2ee484025036f7876d /docs
parent746ad01cd926e78ac0d6cff2092a45046ffacbfb (diff)
downloadhaskell-f58f4328bc68c86f97b34f99a41234c938cc4731.tar.gz
Add a link to hp2any from the profiling section.
Diffstat (limited to 'docs')
-rw-r--r--docs/users_guide/profiling.xml5
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>