macro_rules! time { ($title:tt, $block:block) => { ... }; ($title:expr, $high_millis:tt, $block:block) => { ... }; }