]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-135953: Add Gecko reporter to sampling profiler (#139364)
authorivonastojanovic <80911834+ivonastojanovic@users.noreply.github.com>
Wed, 1 Oct 2025 20:18:54 +0000 (21:18 +0100)
committerGitHub <noreply@github.com>
Wed, 1 Oct 2025 20:18:54 +0000 (21:18 +0100)
commit75b1afe562c02962393cbbbf3dce9a8d7be1e19e
treea4858aef1dd5ec406f87bb10a0b1756d6332f42f
parent76b07c035c224fdfd7bafe5dbc087d0e88469c62
gh-135953: Add Gecko reporter to sampling profiler (#139364)

Signed-off-by: Pablo Galindo Salgado <pablogsal@gmail.com>
Co-authored-by: Pablo Galindo Salgado <pablogsal@gmail.com>
Lib/profiling/sampling/__init__.py
Lib/profiling/sampling/gecko_collector.py [new file with mode: 0644]
Lib/profiling/sampling/sample.py
Lib/test/test_profiling/test_sampling_profiler.py
Misc/NEWS.d/next/Library/2025-10-01-20-30-03.gh-issue-135953.NAofJl.rst [new file with mode: 0644]