macro_rules! duration_begin_scope {
    ($name:expr $(, $key:expr => $val:expr)* $(,)?) => { ... };
}
Expand description

Writes a duration begin event immediately and writes a duration end event when the current scope exits. As with all wlan-trace macros, the category will be “wlan” by default.