(name:str, color="gray")
| 365 | if PROFILE and display: cpu_events.append(res) |
| 366 | |
| 367 | def profile_marker(name:str, color="gray") -> None: |
| 368 | cpu_events.append(ProfilePointEvent("TINY", "marker", None, {"name":name, "color":color})) |
| 369 | |
| 370 | if getenv("DEBUG_GC"): |
| 371 | gc_start: decimal.Decimal = perf_counter_us() |
searching dependent graphs…