diff options
author | Ben Gamari <ben@smart-cactus.org> | 2020-12-21 21:22:01 -0500 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-01-17 05:48:01 -0500 |
commit | 66e281fba605dd650d7c2530ab8a482bb79538cb (patch) | |
tree | 56c7cb1a2420a0b890be50b648771afe8c184f0b /docs/users_guide | |
parent | 0ac5860ea4d45587771869970beecdd4da0cb105 (diff) | |
download | haskell-66e281fba605dd650d7c2530ab8a482bb79538cb.tar.gz |
rts/eventlog: Introduce event to demarcate new ticky sample
Diffstat (limited to 'docs/users_guide')
-rw-r--r-- | docs/users_guide/eventlog-formats.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/users_guide/eventlog-formats.rst b/docs/users_guide/eventlog-formats.rst index a1a78f8476..3c274ceea9 100644 --- a/docs/users_guide/eventlog-formats.rst +++ b/docs/users_guide/eventlog-formats.rst @@ -868,6 +868,13 @@ entry counters to the eventlog. Defines a ticky counter. +.. event-type:: TICKY_COUNTER_BEGIN_SAMPLE + + :tag: 212 + :length: fixed + + Denotes the beginning of an atomic set of ticky-ticky profiler counter samples. + .. event-type:: TICKY_COUNTER_SAMPLE :tag: 211 |