]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-142927: Show module names instead of file paths in flamegraph (#146040)
authorivonastojanovic <80911834+ivonastojanovic@users.noreply.github.com>
Wed, 29 Apr 2026 09:00:07 +0000 (10:00 +0100)
committerGitHub <noreply@github.com>
Wed, 29 Apr 2026 09:00:07 +0000 (10:00 +0100)
commitd4eee166598bd22f3710101f41c7c157be0a3f2f
tree1545bc0dc071bffd81f2374cb9af53a421cbf79a
parentd71e3bc5a0f2f7af407eb32a8a5b36acf66070aa
gh-142927: Show module names instead of file paths in flamegraph (#146040)
Lib/profiling/sampling/_flamegraph_assets/flamegraph.css
Lib/profiling/sampling/_flamegraph_assets/flamegraph.js
Lib/profiling/sampling/_flamegraph_assets/flamegraph_template.html
Lib/profiling/sampling/heatmap_collector.py
Lib/profiling/sampling/module_utils.py [new file with mode: 0644]
Lib/profiling/sampling/stack_collector.py
Lib/test/test_profiling/test_sampling_profiler/test_collectors.py