pub fn update_metric_with_elapsed_time(
metric: &SharedStoreMetric,
start_time_us: u64,
) -> u64Expand description
Helper function for updating the value of a store metric with elapsed time since some time in a past.
pub fn update_metric_with_elapsed_time(
metric: &SharedStoreMetric,
start_time_us: u64,
) -> u64Helper function for updating the value of a store metric with elapsed time since some time in a past.