cpython/Lib/test/test_profiling
ivonastojanovic 4ff8b07a3d
gh-142927: Show self time in flamegraph tooltip (#147706)
We already show self time in differential flamegraphs, but it should
be included in regular flamegraphs as well. Display the time spent
in the function body excluding callees, not just the total inclusive
time.
2026-04-04 20:55:05 +01:00
..
test_sampling_profiler gh-142927: Show self time in flamegraph tooltip (#147706) 2026-04-04 20:55:05 +01:00
__init__.py
__main__.py
test_heatmap.py gh-142927: Fix heatmap caller navigation for interior lines (#143180) 2026-01-01 19:05:59 +00:00
test_tracing_profiler.py