⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

veridian_kernel/devtools/profiler/
mod.rs

1//! Profiling GUI
2//!
3//! Flame graph generation from perf::trace ring buffers, call stack
4//! sampling, CPU/memory timeline, and desktop app integration.
5
6pub mod gui;