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

kernel_bench

Macro kernel_bench 

Source
macro_rules! kernel_bench {
    ($name:ident, $body:expr) => { ... };
}
Expand description

Macro for creating benchmarks