cpython/Lib/profiling/sampling
ivonastojanovic cbc0851ada
gh-138122: Improve bytecode panel (#142910)
The bytecode panel appears when a user generates a heatmap with
--opcodes and clicks the button to unfold a line and display the
bytecode instructions. Currently, an empty space appears on the
left where the line number, self, and total columns are displayed.
This area should instead extend those columns, rather than leaving
a gap.
2025-12-18 11:43:39 +00:00
..
_assets gh-138122: Add code examples to the profiling.sampling ddocs (#142609) 2025-12-12 01:37:47 +00:00
_flamegraph_assets gh-138122: Tachyon Flamegraph: Make toggle keyboard accesible and adjust sidebar collapse CSS (#142638) 2025-12-12 17:27:12 +00:00
_heatmap_assets gh-138122: Improve bytecode panel (#142910) 2025-12-18 11:43:39 +00:00
_shared_assets gh-138122: Update Tachyon dark theme colors (#142841) 2025-12-16 20:58:56 +00:00
_vendor gh-135953: Add flamegraph reporter to sampling profiler (#138715) 2025-09-09 23:06:45 +01:00
live_collector gh-138122: Fix sample counting for filtered profiling modes (#142677) 2025-12-14 03:31:51 +00:00
__init__.py gh-140677 Add heatmap visualization to Tachyon sampling profiler (#140680) 2025-12-02 20:33:40 +00:00
__main__.py gh-142654: show the clear error message when sampling on an unknown PID in tachyon (#142655) 2025-12-17 14:15:22 +00:00
_child_monitor.py gh-138122: Add --subprocesses flag to profile child processes in tachyon (#142636) 2025-12-15 12:11:40 +00:00
_css_utils.py gh-140677 Add heatmap visualization to Tachyon sampling profiler (#140680) 2025-12-02 20:33:40 +00:00
_sync_coordinator.py GH-142591: Tachyon does not handle non-existent file/module (#142592) 2025-12-14 04:58:40 +00:00
cli.py gh-142654: show the clear error message when sampling on an unknown PID in tachyon (#142655) 2025-12-17 14:15:22 +00:00
collector.py gh-138122: Add exception profiling mode to the sampling profiler (#142561) 2025-12-11 20:46:34 +00:00
constants.py gh-138122: Add exception profiling mode to the sampling profiler (#142561) 2025-12-11 20:46:34 +00:00
errors.py gh-142654: show the clear error message when sampling on an unknown PID in tachyon (#142655) 2025-12-17 14:15:22 +00:00
gecko_collector.py gh-138122: Add exception profiling mode to the sampling profiler (#142561) 2025-12-11 20:46:34 +00:00
heatmap_collector.py gh-138122: Improve bytecode panel (#142910) 2025-12-18 11:43:39 +00:00
opcode_utils.py gh-138122: Make the tachyon profiler opcode-aware (#142394) 2025-12-11 03:41:47 +00:00
pstats_collector.py gh-142374: Fix recursive function cumulative over-counting in sampling profiler (#142378) 2025-12-12 00:50:17 +00:00
sample.py gh-142654: show the clear error message when sampling on an unknown PID in tachyon (#142655) 2025-12-17 14:15:22 +00:00
stack_collector.py gh-138122: Add docs button to Tachyon heatmap and flamegraph (#142614) 2025-12-12 15:06:28 +00:00
string_table.py gh-135953: Reduce memory usage of stack collectors (#138875) 2025-09-14 23:47:14 +01:00