calculate_summary

Function calculate_summary 

Source
pub fn calculate_summary<T>(latencies: &Vec<T>) -> SummaryStats
where T: LatencyInfo,