Macro measure_time::info_time[][src]

macro_rules! info_time {
    (target: $target:expr, $($arg:tt)+) => { ... };
    ($($arg:tt)+) => { ... };
}

logs the time with the info! macro