Repository : ssh://darcs.haskell.org//srv/darcs/packages/base

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/a76211f18a67427200903bf2ec7f3ade66898771

>---------------------------------------------------------------

commit a76211f18a67427200903bf2ec7f3ade66898771
Author: Simon Marlow <[email protected]>
Date:   Mon Dec 5 10:14:50 2011 +0000

    doc update: mention -fprof-auto-calls

>---------------------------------------------------------------

 Debug/Trace.hs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Debug/Trace.hs b/Debug/Trace.hs
index 706d077..f011ff3 100644
--- a/Debug/Trace.hs
+++ b/Debug/Trace.hs
@@ -166,7 +166,7 @@ traceEventIO msg = (return $! length msg) >> return ()
 -- availble if the program was compiled with @-prof@; otherwise
 -- 'traceStack' behaves exactly like 'trace'.  Entries in the call
 -- stack correspond to @SCC@ annotations, so it is a good idea to use
--- @-fprof-auto@ to add SCC annotations automatically.
+-- @-fprof-auto@ or @-fprof-auto-calls@ to add SCC annotations automatically.
 --
 traceStack :: String -> a -> a
 traceStack str expr = unsafePerformIO $ do



_______________________________________________
Cvs-libraries mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-libraries

Reply via email to