summaryrefslogtreecommitdiff
path: root/docs/users_guide/runtime_control.rst
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2020-12-08 13:45:45 -0500
committerBen Gamari <ben@smart-cactus.org>2020-12-09 19:25:41 -0500
commitaf3300fb1c9af8d85a6ec07d8fa63e937c7e6ead (patch)
tree18e07d3eff84b2e330a0fff2cb8503b739ba4cde /docs/users_guide/runtime_control.rst
parenta8a80e05352b52d564357ad0718ec7967f4a07d7 (diff)
downloadhaskell-wip/gc-events.tar.gz
users guide: Describe GC lifecycle eventswip/gc-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 'docs/users_guide/runtime_control.rst')
-rw-r--r--docs/users_guide/runtime_control.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/users_guide/runtime_control.rst b/docs/users_guide/runtime_control.rst
index 45bb9f7266..701ad9422b 100644
--- a/docs/users_guide/runtime_control.rst
+++ b/docs/users_guide/runtime_control.rst
@@ -1194,6 +1194,9 @@ When the program is linked with the :ghc-flag:`-eventlog` option
- ``f`` — parallel sparks (fully accurate). Disabled by default.
+ - ``T`` — :ghc-flag:`ticky-ticky profiler <-ticky>` events. Disabled by
+ default.
+
- ``u`` — user events. These are events emitted from Haskell code using
functions such as ``Debug.Trace.traceEvent``. Enabled by default.