diff options
author | Ben Gamari <ben@smart-cactus.org> | 2020-04-22 14:21:01 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-05-03 04:41:33 -0400 |
commit | 7bfe9ac514e18c0b0e24ff55230fe98ec9db894c (patch) | |
tree | 1f0245a45d7146f9f95cae9e616a0923a8b2e988 /rts/RtsFlags.c | |
parent | fd7ea0fee92a60f9658254cc4fe3abdb4ff299b1 (diff) | |
download | haskell-7bfe9ac514e18c0b0e24ff55230fe98ec9db894c.tar.gz |
rts: Enable tracing of nonmoving heap census with -ln
Previously this was not easily available to the user. Fix this.
Non-moving collection lifecycle events are now reported with -lg.
Diffstat (limited to 'rts/RtsFlags.c')
-rw-r--r-- | rts/RtsFlags.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rts/RtsFlags.c b/rts/RtsFlags.c index 5b594c915d..6180f42e39 100644 --- a/rts/RtsFlags.c +++ b/rts/RtsFlags.c @@ -382,6 +382,7 @@ usage_text[] = { " where [flags] can contain:", " s scheduler events", " g GC and heap events", +" n non-moving GC heap census events", " p par spark events (sampled)", " f par spark events (full detail)", " u user events (emitted from Haskell code)", |