pub fn start_timer_vec(
    histogram: &Result<HistogramVec>,
    label_values: &[&str]
) -> Option<HistogramTimer>
Expand description

Starts a timer for the given HistogramVec and labels, stopping when it gets dropped or given to stop_timer(..).