feat: ghosts system

This commit is contained in:
2025-08-15 20:38:18 -05:00
parent e0a15c1ca8
commit 3d0bc66e40
5 changed files with 271 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ use std::time::Duration;
use thousands::Separable;
/// The maximum number of systems that can be profiled. Must not be exceeded, or it will panic.
const MAX_SYSTEMS: usize = 12;
const MAX_SYSTEMS: usize = 13;
/// The number of durations to keep in the circular buffer.
const TIMING_WINDOW_SIZE: usize = 30;