You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add benchmark telemetry for all data-loading commands
Log timing for each Tauri command in debug log:
- get_monitors: sidecar call time + total (or cache hit)
- get_dark_mode: sidecar call time (or cache hit)
- get_volume: sidecar call time (or cache hit)
- get_preferences: in-memory lock time
- get_accessibility_trusted: system call time (or cache hit)
All logged as "benchmark: <command> — <ms>" when debug logging is on.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments