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