diff options
author | Ben Gamari <ben@smart-cactus.org> | 2021-09-16 10:20:04 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2021-09-16 10:20:25 -0400 |
commit | 7a71082d9492efafc959711aa53e4bd4f7161116 (patch) | |
tree | 608a1d9f2ed794367622ccc3b8d8eff7bf371485 /docs/users_guide/runtime_control.rst | |
parent | 64923cf295ea914db458547432237a5ed1eff571 (diff) | |
download | haskell-wip/ticky-docs.tar.gz |
users-guide: Improve documentation of ticky eventswip/ticky-docs
Diffstat (limited to 'docs/users_guide/runtime_control.rst')
-rw-r--r-- | docs/users_guide/runtime_control.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/users_guide/runtime_control.rst b/docs/users_guide/runtime_control.rst index a10a283e52..8f8b9b3fcb 100644 --- a/docs/users_guide/runtime_control.rst +++ b/docs/users_guide/runtime_control.rst @@ -1240,7 +1240,8 @@ 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 + - ``T`` — :ghc-flag:`ticky-ticky profiler <-ticky>` events + (see :ref:`ticky-event-format` for details). Disabled by default. - ``u`` — user events. These are events emitted from Haskell code using |