From e19e9130e4e5351fa42bb6faf1dde6fd77efc66d Mon Sep 17 00:00:00 2001 From: Ed_ Date: Mon, 23 Feb 2026 14:42:30 -0500 Subject: [PATCH] conductor(plan): Mark task 'Integrate collector' as complete --- conductor/tracks/ui_performance_20260223/plan.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conductor/tracks/ui_performance_20260223/plan.md b/conductor/tracks/ui_performance_20260223/plan.md index 984dfaf..38557fc 100644 --- a/conductor/tracks/ui_performance_20260223/plan.md +++ b/conductor/tracks/ui_performance_20260223/plan.md @@ -4,9 +4,9 @@ - [x] Task: Implement core performance collector (FrameTime, CPU usage) 7fe117d - [x] Sub-task: Write Tests (validate metric collection accuracy) - [x] Sub-task: Implement Feature (create `PerformanceMonitor` class) -- [ ] Task: Integrate collector with Dear PyGui main loop - - [ ] Sub-task: Write Tests (verify integration doesn't crash loop) - - [ ] Sub-task: Implement Feature (hooks in `gui.py` or `gui_2.py`) +- [x] Task: Integrate collector with Dear PyGui main loop 5c7fd39 + - [x] Sub-task: Write Tests (verify integration doesn't crash loop) + - [x] Sub-task: Implement Feature (hooks in `gui.py` or `gui_2.py`) - [ ] Task: Implement Input Lag estimation logic - [ ] Sub-task: Write Tests (simulated input vs. response timing) - [ ] Sub-task: Implement Feature (event-based timing in GUI)