in usort/util.py [0:0]
def get_timings() -> Sequence[Tuple[str, float]]: try: return list(TIMINGS) finally: TIMINGS.clear()