mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
gh-109329: Count tier2 opcode misses (#110561)
This keeps a separate 'miss' counter for each micro-opcode, incremented whenever a guard uop takes a deoptimization side exit.
This commit is contained in:
parent
c6fe0869ab
commit
84b4533e84
5 changed files with 9 additions and 4 deletions
|
@ -1028,7 +1028,7 @@ def optimization_section() -> Section:
|
|||
],
|
||||
)
|
||||
yield Section(
|
||||
"Uop stats",
|
||||
"Uop execution stats",
|
||||
"",
|
||||
[
|
||||
Table(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue