macro_rules! cpu_complete {
($category:tt, $label:tt, $start_timestamp:expr $(, $key:tt => $val:expr)* $(,)?) => { ... };
}Expand description
Similar to complete!, but associates the event with the current CPU instead of the current
thread.
macro_rules! cpu_complete {
($category:tt, $label:tt, $start_timestamp:expr $(, $key:tt => $val:expr)* $(,)?) => { ... };
}Similar to complete!, but associates the event with the current CPU instead of the current
thread.