We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0bab8c commit a0dff1fCopy full SHA for a0dff1f
Tools/c-analyzer/cpython/_parser.py
@@ -326,6 +326,7 @@ def format_tsv_lines(lines):
326
_abs('Python/compile.c'): (20_000, 500),
327
_abs('Python/optimizer.c'): (100_000, 5_000),
328
_abs('Python/parking_lot.c'): (40_000, 1000),
329
+ _abs('Python/perf_jit_trampoline.c'): (40_000, 1000),
330
_abs('Python/pylifecycle.c'): (750_000, 5000),
331
_abs('Python/pystate.c'): (750_000, 5000),
332
_abs('Python/initconfig.c'): (50_000, 500),
0 commit comments