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