Archives Oct. 22, 2011
Dreaming of deterministic profilers future...
Written by
on
in
Snaking.
Some things it occurs to me that I'd like to see in a new Python profiler:
- High resolution, accurate, captured data (obviously)
- Trace every line executed (yes, every line)
- Trace every call operation, i.e. CALL #32 of function #45 took 0.0003s and have a record of CALL #32 which details what *it* called, its timing, ...