Macro time_silent

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