diff options
author | Ben Gamari <ben@smart-cactus.org> | 2020-12-08 13:45:45 -0500 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-12-11 03:55:51 -0500 |
commit | d3a24d3190de47044981363329337c16b5052028 (patch) | |
tree | c1477007736c2618ea596617b1f2a9b028a83ec4 /rts/Stats.c | |
parent | ab24ed9bdb1d1b6967883f47eb432c08477d26a9 (diff) | |
download | haskell-d3a24d3190de47044981363329337c16b5052028.tar.gz |
users guide: Describe GC lifecycle events
Every time I am asked about how to interpret these events I need to
figure it out from scratch. It's well past time that the users guide
properly documents these.
Diffstat (limited to 'rts/Stats.c')
-rw-r--r-- | rts/Stats.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/Stats.c b/rts/Stats.c index 71dcf8a9d0..55aff39196 100644 --- a/rts/Stats.c +++ b/rts/Stats.c @@ -570,7 +570,7 @@ stat_endGC (Capability *cap, gc_thread *initiating_gct, W_ live, W_ copied, W_ s // Emit events to the event log // Has to be emitted while all caps stopped for GC, but before GC_END. - // See trac.haskell.org/ThreadScope/wiki/RTSsummaryEvents + // See https://gitlab.haskell.org/ghc/ghc/-/wikis/RTSsummaryEvents // for a detailed design rationale of the current setup // of GC eventlog events. traceEventGcGlobalSync(cap); |