Macro tid::timed [] [src]

macro_rules! timed {
    ($name:expr, $($block:stmt);+;) => { ... };
}

Time a block of code. For macro reasons, all blocks must be terminated by ;.