Macro measure_time::trace_time [] [src]

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

logs the time with the trace! macro