mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
GH-117121: Add pystats to JIT builds (GH-117346)
This commit is contained in:
parent
14f1ca7d53
commit
26d328b2ba
3 changed files with 10 additions and 1 deletions
|
@ -990,7 +990,7 @@ enter_tier_two:
|
|||
#define DPRINTF(level, ...)
|
||||
#endif
|
||||
|
||||
OPT_STAT_INC(traces_executed);
|
||||
; // dummy statement after a label, before a declaration
|
||||
uint16_t uopcode;
|
||||
#ifdef Py_STATS
|
||||
uint64_t trace_uop_execution_counter = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue