A context manager that prints how long its body took, without scattering time.perf_counter calls through the function.
Tag
Snippets tagged profiling
Snippets tagged profiling
A context manager that prints how long its body took, without scattering time.perf_counter calls through the function.