From: simonmar Date: Thu, 3 May 2001 09:35:09 +0000 (+0000) Subject: [project @ 2001-05-03 09:35:09 by simonmar] X-Git-Tag: Approximately_9120_patches~2012 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=84447b3787307aeca38cbc4f12bf2c7a07c1ef83;p=ghc-hetmet.git [project @ 2001-05-03 09:35:09 by simonmar] mention, with a link, the +RTS -xc option. --- diff --git a/ghc/docs/users_guide/profiling.sgml b/ghc/docs/users_guide/profiling.sgml index a29b160..fedc9fb 100644 --- a/ghc/docs/users_guide/profiling.sgml +++ b/ghc/docs/users_guide/profiling.sgml @@ -674,6 +674,18 @@ $ ghcprof <prog>.prof + + + RTS + option + + This option makes use of the extra information + maintained by the cost-centre-stack profiler to provide + useful information about the location of runtime errors. + See . + + +