]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-142927: Detect system theme in flame graph like in heatmap (#144885)
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Tue, 10 Mar 2026 11:38:48 +0000 (13:38 +0200)
committerGitHub <noreply@github.com>
Tue, 10 Mar 2026 11:38:48 +0000 (13:38 +0200)
commit368a26777a9915326b4857402a8ab595d9837f95
treea71595fa9f1808dc23ba369f5d5174f69c86460a
parent55b36fdb3deebc5692a6d1379b0d904ced27e663
gh-142927: Detect system theme in flame graph like in heatmap (#144885)
Lib/profiling/sampling/_flamegraph_assets/flamegraph.js
Lib/profiling/sampling/_flamegraph_assets/flamegraph_template.html
Lib/profiling/sampling/_heatmap_assets/heatmap.js
Lib/profiling/sampling/_heatmap_assets/heatmap_shared.js
Lib/profiling/sampling/_shared_assets/base.js [new file with mode: 0644]
Lib/profiling/sampling/heatmap_collector.py
Lib/profiling/sampling/stack_collector.py