macro_rules! duration { ($category:expr, $name:expr $(, $key:expr => $val:expr)*) => { ... }; }
Expand description
Convenience macro for creating a trace duration event from this macro invocation to the end of the current scope.
See fuchsia_trace::duration!
for more details.