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