macro_rules! prof_span_alloc {
($guard_name:tt, $name:expr) => { ... };
($name:expr) => { ... };
}
Expand description
Like the prof_span macro but this one allocates so it can use strings only known at runtime.
macro_rules! prof_span_alloc {
($guard_name:tt, $name:expr) => { ... };
($name:expr) => { ... };
}
Like the prof_span macro but this one allocates so it can use strings only known at runtime.