macro_rules! profiler {
() => { ... };
(cpu = $freq:expr) => { ... };
}Expand description
No-op when heap feature is disabled (CPU-only not supported with this macro)
macro_rules! profiler {
() => { ... };
(cpu = $freq:expr) => { ... };
}No-op when heap feature is disabled (CPU-only not supported with this macro)