summaryrefslogtreecommitdiff
path: root/rts/RtsFlags.c
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2020-04-22 14:21:01 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-05-03 04:41:33 -0400
commit7bfe9ac514e18c0b0e24ff55230fe98ec9db894c (patch)
tree1f0245a45d7146f9f95cae9e616a0923a8b2e988 /rts/RtsFlags.c
parentfd7ea0fee92a60f9658254cc4fe3abdb4ff299b1 (diff)
downloadhaskell-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.c1
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)",