Macro measure_time::debug_time

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

logs the time with the debug! macro