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.
macro_rules! cpu_duration_end {
($category:tt, $label:tt $(, $key:tt => $val:expr)* $(,)?) => { ... };
}Similar to duration_end!, but associates the event with the current CPU instead of the
current thread.