Skip to main content

bandwidth_gb_s

Function bandwidth_gb_s 

Source
pub fn bandwidth_gb_s(bytes_transferred: usize, elapsed_secs: f64) -> f64
Expand description

Estimate memory bandwidth in GB/s.

  • bytes_transferred - Total bytes read + written.
  • elapsed_secs - Elapsed time in seconds.