Macro bitbazaar::timeit

source ·
macro_rules! timeit {
    ($desc:expr, $code:block) => { ... };
}
Available on crate feature timing only.
Expand description

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