macro_rules! with_increment_duration {
    ($durs:expr, $name:literal, $($s:stmt);+ $(;)?) => { ... };
}
Expand description

Time a statement and increment the timer given by name in the hashmap of durations