macro_rules! timeit { ($desc:expr, $code:block) => { ... }; }
Time a block of code and log to the global time recorder.