From 2a2efb720c0fdc06fe749f96f284b00b30f8f3f7 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 6 Jan 2006 11:04:07 +0000 Subject: [PATCH] [project @ 2006-01-06 11:04:07 by simonmar] Document -Rghc-timing --- ghc/docs/users_guide/flags.xml | 7 ++++++- ghc/docs/users_guide/using.xml | 13 +++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/ghc/docs/users_guide/flags.xml b/ghc/docs/users_guide/flags.xml index 8406184..0dde52e 100644 --- a/ghc/docs/users_guide/flags.xml +++ b/ghc/docs/users_guide/flags.xml @@ -77,6 +77,12 @@ static - + + + Summarise timing stats for GHC (same as +RTS -tstderr) + static + - + @@ -1876,7 +1882,6 @@ Still to document: Misc: , ( "H" , HasArg (setHeapSize . fromIntegral . decodeSize) ) - , ( "Rghc-timing" , NoArg (enableTimingStats) ) -Bdir --> diff --git a/ghc/docs/users_guide/using.xml b/ghc/docs/users_guide/using.xml index 761d6cf..32c194a 100644 --- a/ghc/docs/users_guide/using.xml +++ b/ghc/docs/users_guide/using.xml @@ -746,6 +746,19 @@ ghc -c Foo.hs it). + + + + + + + Prints a one-line summary of timing statistics for the + GHC run. This option is equivalent to + +RTS -tstderr, see . + + + -- 1.7.10.4