macro_rules! perf_timer {
($operation:expr) => { ... };
($operation:expr, $bytes:expr) => { ... };
}Expand description
Macro for easy performance timing
macro_rules! perf_timer {
($operation:expr) => { ... };
($operation:expr, $bytes:expr) => { ... };
}Macro for easy performance timing