]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-138122: Add thread status statistics to flamegraph profiler (#141900)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Sun, 30 Nov 2025 01:42:39 +0000 (01:42 +0000)
committerGitHub <noreply@github.com>
Sun, 30 Nov 2025 01:42:39 +0000 (01:42 +0000)
commitea51e745c713e08ea76620c5b42105dbf6952d8e
tree6484b1b85a6a73528c9d4181616ff8f000b37e25
parentdb098a475a47b16d25c88d95dbcf0c6572c68576
gh-138122: Add thread status statistics to flamegraph profiler (#141900)

Co-authored-by: ivonastojanovic <80911834+ivonastojanovic@users.noreply.github.com>
Lib/profiling/sampling/collector.py
Lib/profiling/sampling/flamegraph.css
Lib/profiling/sampling/flamegraph.js
Lib/profiling/sampling/flamegraph_template.html
Lib/profiling/sampling/sample.py
Lib/profiling/sampling/stack_collector.py
Lib/test/test_profiling/test_sampling_profiler/test_collectors.py
Misc/NEWS.d/next/Library/2025-11-24-14-05-52.gh-issue-138122.2bbGA8.rst [new file with mode: 0644]