diff options
Diffstat (limited to 'Include')
-rw-r--r-- | Include/cpython/pystats.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/cpython/pystats.h b/Include/cpython/pystats.h index 056406e..4988caa 100644 --- a/Include/cpython/pystats.h +++ b/Include/cpython/pystats.h @@ -110,6 +110,7 @@ typedef struct _optimization_stats { uint64_t trace_stack_overflow; uint64_t trace_stack_underflow; uint64_t trace_too_long; + uint64_t trace_too_short; uint64_t inner_loop; uint64_t recursive_call; UOpStats opcode[512]; |