From f58f4328bc68c86f97b34f99a41234c938cc4731 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Thu, 27 Aug 2009 11:40:50 +0000 Subject: [PATCH 1/1] Add a link to hp2any from the profiling section. --- docs/users_guide/profiling.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/users_guide/profiling.xml b/docs/users_guide/profiling.xml index adb7a33..0410d9e 100644 --- a/docs/users_guide/profiling.xml +++ b/docs/users_guide/profiling.xml @@ -525,6 +525,11 @@ x = nfib 25 + You might also want to take a look + at hp2any, + a more advanced suite of tools (not distributed with GHC) for + displaying heap profiles. + RTS options for heap profiling -- 1.7.10.4