macro_rules! trace_span {
($e:expr) => { ... };
}Expand description
trace_span!(tag) Starts a trace span with the given u64 tag that ends at the end of this scope.
Creates a local variable named _tsc_trace_span, so don’t use that name yourself.