time_section

Macro time_section 

Source
macro_rules! time_section {
    ($section:expr, $block:block) => { ... };
}
Expand description

Convenience macro to time a block of code