Implement performance monitor
build-windows / build-hello-agent-x64 (push) Successful in 5m0s
build-windows / sign-hello-agent-x64 (push) Successful in 5s
build-windows / validate-hello-agent-x64 (push) Successful in 7s

This commit is contained in:
2026-05-22 21:43:51 +02:00
parent f868efa432
commit 8de2ebea85
6 changed files with 843 additions and 2 deletions
+2
View File
@@ -30,6 +30,8 @@ mod cm_popup;
#[cfg(target_os = "windows")]
mod exec;
mod login_events;
mod perf;
mod perf_events;
#[cfg(target_os = "windows")]
mod service;
#[cfg(target_os = "windows")]