macro_rules! timer { ($name:expr) => { ... }; ($name:expr, $format:tt) => { ... }; ($name:expr, $format:tt, $($arg:expr),*) => { ... }; }