Macro veloren_common_base::prof_span
source ยท macro_rules! prof_span { ($guard_name:tt, $name:expr) => { ... }; ($name:expr) => { ... }; }
Expand description
Like the span macro but only used when profiling and not in regular tracing operations