macro_rules! scoped_perf_timer {
($label:expr, $monitor:expr) => { ... };
}Expand description
Helper macro for creating a scoped timer
macro_rules! scoped_perf_timer {
($label:expr, $monitor:expr) => { ... };
}Helper macro for creating a scoped timer