Skip to main content

cpu_instant

Macro cpu_instant 

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

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