summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_profiling/test_sampling_profiler/test_integration.py
Commit message (Expand)AuthorAgeFilesLines
* gh-138122: Validate base frame before caching in remote debugging frame cache...Pablo Galindo Salgado2025-12-171-0/+95
* gh-142654: show the clear error message when sampling on an unknown PID in ta...Keming2025-12-171-4/+4
* gh-138122: Add --subprocesses flag to profile child processes in tachyon (#14...Pablo Galindo Salgado2025-12-151-117/+59
* gh-142374: Fix recursive function cumulative over-counting in sampling profil...Pablo Galindo Salgado2025-12-121-6/+7
* gh-138122: Make the tachyon profiler opcode-aware (#142394)Pablo Galindo Salgado2025-12-111-11/+7
* gh-138122: Make sampling profiler integration tests more resilient (#142382)Pablo Galindo Salgado2025-12-071-50/+69
* GH-141565: Add async code awareness to Tachyon (#141533)Savannah Ostrowski2025-12-061-0/+125
* gh-138122: Fix permission error detection in tachyon's test (#141897)Pablo Galindo Salgado2025-11-241-1/+1
* gh-138122: Refactor the CLI of profiling.sampling into subcommands (#141813)Pablo Galindo Salgado2025-11-241-73/+77
* gh-140381: Make test_profiling tests deterministic to fix flakiness (#141731)Pablo Galindo Salgado2025-11-211-41/+15
* gh-140381: Increase slow_fibonacci call frequency in test_profiling (#140673)Thierry Martos2025-11-191-2/+2
* gh-135953: Refactor test_sampling_profiler into multiple files (#141689)Pablo Galindo Salgado2025-11-181-0/+804