Macro re_tracing::profile_scope_if
source · macro_rules! profile_scope_if { ($($arg: tt)*) => { ... }; }
Expand description
Create a profiling scope with a custom name, if the given condition holds true.
macro_rules! profile_scope_if { ($($arg: tt)*) => { ... }; }
Create a profiling scope with a custom name, if the given condition holds true.