Skip to main content

cpu_complete

Macro cpu_complete 

Source
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.