Macro measure_time::debug_time[][src]

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

logs the time with the debug! macro