This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-05-06 20:51:17 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
main
cpython
/
Lib
/
test
/
test_profiling
/
test_sampling_profiler
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
History
Maurycy Pawłowski-Wieroński
c266f0c375
gh-149009: Validate
thread_count
in
profiling.sampling
binary reader (
#149147
)
2026-05-05 00:50:06 +00:00
..
__init__.py
…
_live_collector_helpers.py
…
helpers.py
gh-146256: Add
--jsonl
collector to the
profiling.sampling
(
#146257
)
2026-05-05 00:44:37 +00:00
mocks.py
…
test_advanced.py
…
test_async.py
…
test_binary_format.py
gh-149009: Validate
thread_count
in
profiling.sampling
binary reader (
#149147
)
2026-05-05 00:50:06 +00:00
test_blocking.py
…
test_children.py
…
test_cli.py
gh-146256: Add
--jsonl
collector to the
profiling.sampling
(
#146257
)
2026-05-05 00:44:37 +00:00
test_collectors.py
gh-146256: Add
--jsonl
collector to the
profiling.sampling
(
#146257
)
2026-05-05 00:44:37 +00:00
test_dump.py
gh-149296: Add
dump
subcommand to sampling profiler for one-shot stack snapshots (
#149297
)
2026-05-04 01:02:33 +01:00
test_integration.py
…
test_live_collector_core.py
…
test_live_collector_interaction.py
…
test_live_collector_ui.py
…
test_modes.py
…
test_profiler.py
gh-149296: Add
dump
subcommand to sampling profiler for one-shot stack snapshots (
#149297
)
2026-05-04 01:02:33 +01:00
test_trend_tracker.py
…