Macro ark_api::profiler::scope_always
source · macro_rules! scope_always { ($id:expr) => { ... }; ($id:expr, $data:expr) => { ... }; }
Expand description
Like scope! macro, but will always do the scope even if module profiling is disabled.