diff options
author | Duncan Coutts <duncan@well-typed.com> | 2011-07-18 20:15:31 +0100 |
---|---|---|
committer | Duncan Coutts <duncan@well-typed.com> | 2011-07-18 20:15:31 +0100 |
commit | b0935476b64b4818e4b5653c756c648623753fd3 (patch) | |
tree | e21816b8d1a78653ebf5bba85932f59cd382457c /rts/RtsFlags.c | |
parent | a5c7f52ea72232144cca9292dcbf9de4618001df (diff) | |
download | haskell-b0935476b64b4818e4b5653c756c648623753fd3.tar.gz |
Document the new +RTS -l flags in the +RTS --help output
Diffstat (limited to 'rts/RtsFlags.c')
-rw-r--r-- | rts/RtsFlags.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rts/RtsFlags.c b/rts/RtsFlags.c index 7fdf28f8c4..fcc1f49a36 100644 --- a/rts/RtsFlags.c +++ b/rts/RtsFlags.c @@ -297,6 +297,9 @@ usage_text[] = { # ifdef DEBUG " t add time stamps (only useful with -v)", # endif +" a all event classes above", +" -x disable an event class, for any flag above", +" the initial enabled event classes are 'sgp'", #endif #if !defined(PROFILING) |