macro_rules! block_timer {
    ($name:expr) => { ... };
}
Expand description

Logs the time taken from the start to the end of a syntactic block.