Skip to main content

cpu_duration_end

Macro cpu_duration_end 

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

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