]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-138122: Improve bytecode panel (#142910)
authorivonastojanovic <80911834+ivonastojanovic@users.noreply.github.com>
Thu, 18 Dec 2025 11:43:39 +0000 (11:43 +0000)
committerGitHub <noreply@github.com>
Thu, 18 Dec 2025 11:43:39 +0000 (11:43 +0000)
commitcbc0851ada9c5bc4018fb5075c82abe2ef4fc4cf
treeaa124f390b16e6532fff92091bcf5b71597a26a1
parent8b64dd853ded593e1f0c5df786f1f1cc74dc7239
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.
Lib/profiling/sampling/_heatmap_assets/heatmap.css
Lib/profiling/sampling/_heatmap_assets/heatmap.js
Lib/profiling/sampling/heatmap_collector.py