re_tracing

Macro 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.