From: Simon Marlow Date: Mon, 20 Nov 2006 14:27:22 +0000 (+0000) Subject: alter PAPI help message slightly X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=d76094280f5e17a5cd7a88bef129e39cbfbf8f0b alter PAPI help message slightly --- diff --git a/rts/RtsFlags.c b/rts/RtsFlags.c index b2bb9e7..43d527b 100644 --- a/rts/RtsFlags.c +++ b/rts/RtsFlags.c @@ -454,8 +454,8 @@ usage_text[] = { " -b... All GranSim options start with -b; see GranSim User's Guide for details", #endif #if defined(USE_PAPI) -" -aX Perform measurements using PAPI, it should be used with the -s option.", -" Where X is one of:", +" -aX CPU performance counter measurements using PAPI", +" (use with the -s option). X is one of:", "", /* " y - cycles", */ " 1 - level 1 cache misses",