summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_perf_profiler.py
Commit message (Expand)AuthorAgeFilesLines
* gh-124613: Deactivate perf support in tests if the jit is set (#124794)Pablo Galindo Salgado2024-10-041-13/+12
* gh-124613: Don't run perf tests in JIT builds (#124792)Pablo Galindo Salgado2024-09-301-2/+14
* test: fix _is_perf_version_at_least typo (#124199)Sam James2024-09-181-2/+2
* gh-120417: Remove unused imports in tests (part 3) (#120631)Victor Stinner2024-06-171-1/+0
* gh-118518: Check for perf version and not kernel version in test_perf_profile...Pablo Galindo Salgado2024-05-071-6/+12
* gh-118518: Rename `PYTHONPERFJITSUPPORT` and `-X perfjit` with underscores (#...Hugo van Kemenade2024-05-071-1/+1
* gh-118518: Allow perf to work without frame pointers (#112254)Pablo Galindo Salgado2024-05-051-32/+114
* GH-115802: Use the GHC calling convention in JIT code (GH-118287)Brandt Bucher2024-05-011-1/+1
* gh-109587: Allow "precompiled" perf-trampolines to largely mitigate the cost ...gsallam2023-10-271-0/+76
* gh-109580: Skip test_perf_profiler on ASAN build (#109584)Victor Stinner2023-09-191-1/+5
* gh-103650: Fix perf maps address format (#103651)Arthur Pastel2023-05-071-3/+9
* gh-96143: subprocess API %s/universal_newlines=/text=/g. (GH-96468)Gregory P. Smith2022-09-011-4/+4
* gh-96143: Add some comments and minor fixes missed in the original PR (#96433)Pablo Galindo Salgado2022-08-301-1/+1
* gh-96143: Allow Linux perf profiler to see Python calls (GH-96123)Pablo Galindo Salgado2022-08-301-0/+348