cpython/Lib/test/test_profiling/test_sampling_profiler
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 gh-138122: Add differential flame graph (#145785) 2026-03-30 12:31:06 +01:00
test_advanced.py gh-138122: Move local imports to module level in sampling profiler (#143257) 2026-01-02 02:31:39 +00:00
test_async.py gh-138122: Move local imports to module level in sampling profiler (#143257) 2026-01-02 02:31:39 +00:00
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 gh-138122: Move local imports to module level in sampling profiler (#143257) 2026-01-02 02:31:39 +00: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-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 gh-138122: Move local imports to module level in sampling profiler (#143257) 2026-01-02 02:31:39 +00:00
test_live_collector_core.py
test_live_collector_interaction.py Test: remove unintended unittest.main() in live collector tests (#143590) 2026-01-09 08:49:54 +00:00
test_live_collector_ui.py gh-143040: Exit taychon live mode gracefully and display profiled script errors (#143101) 2025-12-27 00:36:15 +00:00
test_modes.py gh-138122: Move local imports to module level in sampling profiler (#143257) 2026-01-02 02:31:39 +00:00
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