]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-140677 Improve heatmap colors (#142241)
authorivonastojanovic <80911834+ivonastojanovic@users.noreply.github.com>
Sat, 6 Dec 2025 20:27:16 +0000 (20:27 +0000)
committerGitHub <noreply@github.com>
Sat, 6 Dec 2025 20:27:16 +0000 (20:27 +0000)
commitc91c373ef6ceab78936d866572023feb642acc73
tree4d07b7395fa7a9b7629c6d868b42d225279f8a35
parent14715e3a64a674629c781d4a3dd11143ba010990
gh-140677 Improve heatmap colors (#142241)

Co-authored-by: Pablo Galindo Salgado <pablogsal@gmail.com>
Lib/profiling/sampling/_heatmap_assets/heatmap.css
Lib/profiling/sampling/_heatmap_assets/heatmap.js
Lib/profiling/sampling/_heatmap_assets/heatmap_index.js
Lib/profiling/sampling/_heatmap_assets/heatmap_shared.js [new file with mode: 0644]
Lib/profiling/sampling/heatmap_collector.py
Lib/test/test_profiling/test_heatmap.py