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