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-07-07 18:50:03 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
0851700a9d99ca4bebd8d5f9d73c8c9ab1084405
cpython
/
Lib
/
test
/
test_profiling
/
test_sampling_profiler
T
History
Maurycy Pawłowski-Wieroński
76f2285341
gh-149718: Aggregate same stack frames in Tachyon in some collectors (
#149719
)
2026-05-12 23:46:21 +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-149474: use
Py_fopen
in
Binary{Reader,Writer}
for audit hook and path-like support (
#149524
)
2026-05-09 01:01:35 +01:00
test_blocking.py
…
test_children.py
gh-149430: Fix edge-cases in
profiling.sampling
outputs (
#149431
)
2026-05-09 14:05:46 +01:00
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-149430: Fix edge-cases in
profiling.sampling
outputs (
#149431
)
2026-05-09 14:05:46 +01: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-149718: Aggregate same stack frames in Tachyon in some collectors (
#149719
)
2026-05-12 23:46:21 +00:00
test_trend_tracker.py
…