mirror of
https://github.com/python/cpython.git
synced 2026-06-05 17:31:21 +00:00
When running profiling, users rarely care about the global percentage of the runtime. Often, they want to select a function and measure child percentages relative to that. This PR updates the flamegraph tooltips to show both "Percentage" and "Relative Percentage" when the user clicks a specific function. |
||
|---|---|---|
| .. | ||
| _assets | ||
| _flamegraph_assets | ||
| _heatmap_assets | ||
| _shared_assets | ||
| _vendor | ||
| live_collector | ||
| __init__.py | ||
| __main__.py | ||
| _child_monitor.py | ||
| _css_utils.py | ||
| _format_utils.py | ||
| _sync_coordinator.py | ||
| binary_collector.py | ||
| binary_reader.py | ||
| cli.py | ||
| collector.py | ||
| constants.py | ||
| dump.py | ||
| errors.py | ||
| gecko_collector.py | ||
| heatmap_collector.py | ||
| jsonl_collector.py | ||
| module_utils.py | ||
| opcode_utils.py | ||
| pstats_collector.py | ||
| sample.py | ||
| stack_collector.py | ||
| string_table.py | ||