diff options
Diffstat (limited to 'rts/RtsFlags.c')
-rw-r--r-- | rts/RtsFlags.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rts/RtsFlags.c b/rts/RtsFlags.c index 29664831f8..f92147acd1 100644 --- a/rts/RtsFlags.c +++ b/rts/RtsFlags.c @@ -378,6 +378,7 @@ usage_text[] = { " T = closure type", " d = closure description", " y = type description", +" i = info table", " r = retainer", " b = biography (LAG,DRAG,VOID,USE)", " A subset of closures may be selected thusly:", @@ -400,6 +401,7 @@ usage_text[] = { #else /* PROFILING */ " -h Heap residency profile (output file <program>.hp)", " -hT Produce a heap profile grouped by closure type", +" -hi Produce a heap profile grouped by info table address", #endif /* PROFILING */ " -i<sec> Time between heap profile samples (seconds, default: 0.1)", |