diff options
Diffstat (limited to 'docs/users_guide/eventlog-formats.rst')
-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 |