Skip to content

Commit a3466bf

Browse files
authored
Merge pull request #155 from faster-cpython/more-profiling-categories
Add new profiling plot categories
2 parents ed63ba5 + 40a561d commit a3466bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: bench_runner/scripts/profiling_plot.py

+2
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
"_PyTrash_.+",
6060
".+_traverse",
6161
".+MaybeUntrack",
62+
"deduce_unreachable",
6263
"gc_collect_main",
6364
"PyObject_IS_GC",
6465
"type_is_gc",
@@ -189,6 +190,7 @@
189190
"PyImport.+",
190191
"r_.+",
191192
],
193+
"compiler": ["uop_optimize", "_PyJIT_.+"],
192194
}
193195

194196
COLOR_ORDER = ["jit", "kernel", "libc", "library"] + list(CATEGORIES.keys())

0 commit comments

Comments
 (0)