Macro measure_time::print_time [] [src]

macro_rules! print_time {
    ($e:expr) => { ... };
}

logs the time with the print! macro