This commit is contained in:
2026-03-07 18:31:21 -05:00
parent 39348745d3
commit 896be1eae2
6 changed files with 22 additions and 23 deletions

View File

@@ -19,6 +19,7 @@ def test_perf_monitor_basic_timing() -> None:
def test_perf_monitor_component_timing() -> None:
pm = PerformanceMonitor()
pm.enabled = True
pm.start_component("test_comp")
time.sleep(0.01)
pm.end_component("test_comp")