From: simonmar Date: Tue, 1 Oct 2002 08:53:14 +0000 (+0000) Subject: [project @ 2002-10-01 08:53:14 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~1602 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=aa4062bba02e747e7c05cbaa70b7e5b2e5c09b31;p=ghc-hetmet.git [project @ 2002-10-01 08:53:14 by simonmar] The help text for the -i profiling option was wrong: it claimed the argument was in milliseconds rather than seconds. MERGE TO STABLE --- diff --git a/ghc/rts/RtsFlags.c b/ghc/rts/RtsFlags.c index 26e3578..a8f02cb 100644 --- a/ghc/rts/RtsFlags.c +++ b/ghc/rts/RtsFlags.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: RtsFlags.c,v 1.59 2002/08/05 10:11:04 simonmar Exp $ + * $Id: RtsFlags.c,v 1.60 2002/10/01 08:53:14 simonmar Exp $ * * (c) The AQUA Project, Glasgow University, 1994-1997 * (c) The GHC Team, 1998-1999 @@ -436,7 +436,7 @@ usage_text[] = { "", " -R Set the maximum retainer set size (default: 8)", "", -" -i Time between heap samples (msec, default: 100)", +" -i Time between heap samples (seconds, default: 0.1)", "", " -xc Show current cost centre stack on raising an exception", # endif