]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-138122: Refactor the CLI of profiling.sampling into subcommands (#141813)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Mon, 24 Nov 2025 11:45:08 +0000 (11:45 +0000)
committerGitHub <noreply@github.com>
Mon, 24 Nov 2025 11:45:08 +0000 (11:45 +0000)
commit3eec46d3c37e97a857af6781d61458efb8743c6d
treeda3c42bc865e9e4acee8d1c7097433c69753009e
parent425f24e4fad672c211307a9f0018c8d39c4db9de
gh-138122: Refactor the CLI of profiling.sampling into subcommands (#141813)
15 files changed:
Doc/library/profile.rst
Lib/profiling/sampling/__main__.py
Lib/profiling/sampling/cli.py [new file with mode: 0644]
Lib/profiling/sampling/gecko_collector.py
Lib/profiling/sampling/pstats_collector.py
Lib/profiling/sampling/sample.py
Lib/profiling/sampling/stack_collector.py
Lib/test/test_profiling/test_sampling_profiler/test_advanced.py
Lib/test/test_profiling/test_sampling_profiler/test_cli.py
Lib/test/test_profiling/test_sampling_profiler/test_collectors.py
Lib/test/test_profiling/test_sampling_profiler/test_integration.py
Lib/test/test_profiling/test_sampling_profiler/test_modes.py
Lib/test/test_profiling/test_sampling_profiler/test_profiler.py
Misc/NEWS.d/3.15.0a2.rst
Misc/NEWS.d/next/Library/2025-11-17-00-53-51.gh-issue-141645.TC3TL3.rst