X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=rts%2FRtsFlags.c;h=e439afe00cb28a34e6abda7f4124c3dc46ae3aa2;hp=898acac34402ac807c7242dd287e8673b971dbd5;hb=1525a5819aa3a6eae8d8b05cfe348a2384da0c84;hpb=93db1991b5cacf8357493a2e17fbbfb485f3205b diff --git a/rts/RtsFlags.c b/rts/RtsFlags.c index 898acac..e439afe 100644 --- a/rts/RtsFlags.c +++ b/rts/RtsFlags.c @@ -394,9 +394,12 @@ usage_text[] = { " -N Use PVMish processors in parallel (default: 2)", /* NB: the -N is implemented by the driver!! */ #endif -" -C Context-switch interval in seconds", -" (0 or no argument means switch as often as possible)", -" the default is .02 sec; resolution is .02 sec", +" -C 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 Master tick interval in seconds.", +" This sets the resolution for -C and the profile timer -i.", +" Default: 0.02 sec.", "", " -vs Trace scheduler events (see also -Ds with -debug)", " -vt Time-stamp trace messages",