From: simonmar Date: Mon, 23 Jul 2001 10:42:37 +0000 (+0000) Subject: [project @ 2001-07-23 10:42:37 by simonmar] X-Git-Tag: Approximately_9120_patches~1487 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;ds=sidebyside;h=c7d7f33a614b56b1f5b54cc985ffccf39d0b63eb;p=ghc-hetmet.git [project @ 2001-07-23 10:42:37 by simonmar] Small fixes to the help text for the -i heap profiling interval option. --- diff --git a/ghc/rts/RtsFlags.c b/ghc/rts/RtsFlags.c index e678a46..1c84093 100644 --- a/ghc/rts/RtsFlags.c +++ b/ghc/rts/RtsFlags.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: RtsFlags.c,v 1.39 2001/07/19 07:28:00 andy Exp $ + * $Id: RtsFlags.c,v 1.40 2001/07/23 10:42:37 simonmar Exp $ * * (c) The AQUA Project, Glasgow University, 1994-1997 * (c) The GHC Team, 1998-1999 @@ -417,7 +417,7 @@ usage_text[] = { " -hd{des,des...} closures with specified closure descriptions", " -hy{typ,typ...} closures with specified type descriptions", "", -" -i how often to sample heap", +" -i Time between heap samples (msec, default: 20)", "", " -xc Show current cost centre stack on raising an exception", # endif