]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-138122: Allow to filter by thread in tachyon's flamegraph (#139216)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Thu, 25 Sep 2025 14:34:57 +0000 (15:34 +0100)
committerGitHub <noreply@github.com>
Thu, 25 Sep 2025 14:34:57 +0000 (15:34 +0100)
commitbc7b5113760ee3069250131a72e073edaadd3e91
tree1ca6521f931accbf760d253503b17640237f7a2f
parent2462807b702d9a71f0bd73a6618d4948491852a0
gh-138122: Allow to filter by thread in tachyon's flamegraph (#139216)
Lib/profiling/sampling/collector.py
Lib/profiling/sampling/flamegraph.css
Lib/profiling/sampling/flamegraph.js
Lib/profiling/sampling/flamegraph_template.html
Lib/profiling/sampling/pstats_collector.py
Lib/profiling/sampling/sample.py
Lib/profiling/sampling/stack_collector.py
Lib/test/test_profiling/test_sampling_profiler.py