Function stperf::measure [] [src]

pub fn measure<T: Into<String>>(
    now: Instant,
    measurement_name: T
) -> MeasurementTracker

Starts a measurement in the current scope. Don't use this, use the perf_measure! macro.