Skip to main content

cpu_duration_begin

Macro cpu_duration_begin 

Source
macro_rules! cpu_duration_begin {
    ($category:tt, $label:tt $(, $key:tt => $val:expr)* $(,)?) => { ... };
}
Expand description

Similar to duration_begin!, but associates the event with the current CPU instead of the current thread.