pub fn calc_throughput(bytes: u64, elapsed_us: f64, unit: ThroughputUnit) -> f64Expand description
Calculates throughput given byte count and elapsed microseconds.
pub fn calc_throughput(bytes: u64, elapsed_us: f64, unit: ThroughputUnit) -> f64Calculates throughput given byte count and elapsed microseconds.