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

bench_function

Function bench_function 

Source
pub fn bench_function<F>(name: &str, iterations: u64, f: F) -> BenchmarkResult
where F: FnMut(),
Expand description

Run a benchmark function multiple times