From c7d7f33a614b56b1f5b54cc985ffccf39d0b63eb Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 23 Jul 2001 10:42:37 +0000 Subject: [PATCH] [project @ 2001-07-23 10:42:37 by simonmar] Small fixes to the help text for the -i heap profiling interval option. --- ghc/rts/RtsFlags.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.10.4