Macro wlan_trace::duration

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

Writes a duration event when the current scope exits. No event is written at the start of the duration. As with all wlan-trace macros, the category will be “wlan” by default.