profiler

Macro profiler 

Source
macro_rules! profiler {
    () => { ... };
    (cpu = $freq:expr) => { ... };
}
Expand description

No-op when heap feature is disabled (CPU-only not supported with this macro)