summaryrefslogtreecommitdiff
path: root/rts/RtsFlags.c
diff options
context:
space:
mode:
authorSimon Marlow <simonmar@microsoft.com>2007-06-27 09:29:41 +0000
committerSimon Marlow <simonmar@microsoft.com>2007-06-27 09:29:41 +0000
commite1ddf51abb3a89392cc9da9a36b74f0d69f9a36b (patch)
treed68b621327b0251460f0123a254c6a18f2864a32 /rts/RtsFlags.c
parent65ff44face84ae30f1ddf7d009d51c1778f8c7d3 (diff)
downloadhaskell-e1ddf51abb3a89392cc9da9a36b74f0d69f9a36b.tar.gz
+RTS -V0 disables the interval timer completely (for repeatable debugging)
Diffstat (limited to 'rts/RtsFlags.c')
-rw-r--r--rts/RtsFlags.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/RtsFlags.c b/rts/RtsFlags.c
index 1cf7700b51..47ad794a47 100644
--- a/rts/RtsFlags.c
+++ b/rts/RtsFlags.c
@@ -403,7 +403,7 @@ usage_text[] = {
" -C<secs> Context-switch interval in seconds.",
" 0 or no argument means switch as often as possible.",
" Default: 0.02 sec; resolution is set by -V below.",
-" -V<secs> Master tick interval in seconds.",
+" -V<secs> Master tick interval in seconds (0 == disable timer).",
" This sets the resolution for -C and the profile timer -i.",
" Default: 0.02 sec.",
"",