diff options
| author | Ben Gamari <ben@smart-cactus.org> | 2020-12-08 13:45:45 -0500 |
|---|---|---|
| committer | Ben Gamari <ben@smart-cactus.org> | 2020-12-09 19:25:41 -0500 |
| commit | af3300fb1c9af8d85a6ec07d8fa63e937c7e6ead (patch) | |
| tree | 18e07d3eff84b2e330a0fff2cb8503b739ba4cde /docs/users_guide/runtime_control.rst | |
| parent | a8a80e05352b52d564357ad0718ec7967f4a07d7 (diff) | |
| download | haskell-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.rst | 3 |
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. |
