Macro bitbazaar::timeit

source ·
macro_rules! timeit {
    ($desc:expr, $code:block) => { ... };
}
Expand description

Time a block of code and log to the global time recorder.