Macro stperf::perf_measure [] [src]

macro_rules! perf_measure {
    ($s: expr) => { ... };
}

Logs the time between this call and the end of the current scope.