Message407263
In our quest for performance, the performance of sys.settracing based tools has probably gotten worse.
1. How do we measure this?
2. How do fix this?
We will initially use coverage.py as proxy for all sys.settracing based tools when measuring performance.
The fix is probably to use quickening to insert a minimum set of instrumentation instructions required for tracing/profiling.
The existence of `f_trace_opcode` is a bit of a problem however, as we will have to instrument *every* instruction.
Ideally, sys.settracing based tools should be faster on 3.11 than 3.10, but at the least we should provide a simple alternative to sys.settracing that is faster. |
|
Date |
User |
Action |
Args |
2021-11-29 11:37:58 | Mark.Shannon | set | recipients:
+ Mark.Shannon, nedbat, pablogsal |
2021-11-29 11:37:57 | Mark.Shannon | set | messageid: <1638185877.94.0.453545318764.issue45923@roundup.psfhosted.org> |
2021-11-29 11:37:57 | Mark.Shannon | link | issue45923 messages |
2021-11-29 11:37:57 | Mark.Shannon | create | |
|