macro_rules! time_section {
($section:expr, $block:block) => { ... };
}Expand description
Convenience macro to time a block of code
macro_rules! time_section {
($section:expr, $block:block) => { ... };
}Convenience macro to time a block of code