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

measure_ipc_operation

Function measure_ipc_operation 

Source
pub fn measure_ipc_operation<F, R>(f: F) -> (R, u64)
where F: FnOnce() -> R,
Expand description

Measure a single IPC operation