summaryrefslogtreecommitdiff
path: root/rts/gen_event_types.py
diff options
context:
space:
mode:
Diffstat (limited to 'rts/gen_event_types.py')
-rwxr-xr-xrts/gen_event_types.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/gen_event_types.py b/rts/gen_event_types.py
index b447fbdfae..7bcdf4fe19 100755
--- a/rts/gen_event_types.py
+++ b/rts/gen_event_types.py
@@ -135,7 +135,7 @@ event_types = [
# Ticky-ticky profiling
EventType(210, 'TICKY_COUNTER_DEF', VariableLength, 'Ticky-ticky entry counter definition'),
EventType(211, 'TICKY_COUNTER_SAMPLE', 4*[Word64], 'Ticky-ticky entry counter sample'),
- EventType(212, 'TICKY_COUNTER_BEGIN_SAMPLE', 4*[Word64], 'Ticky-ticky entry counter sample'),
+ EventType(212, 'TICKY_COUNTER_BEGIN_SAMPLE', [], 'Ticky-ticky entry counter begin sample'),
]
def check_events() -> Dict[int, EventType]: