Searched refs:bandwidth (Results 1 – 1 of 1) sorted by relevance
34 double bandwidth = file_size * 1e6 / TimespecToNanos(duration); // currently bytes/milliseconds in Measure() local35 bandwidth = bandwidth * 1e3 / (1 << 10); // Kb / s in Measure()36 samples_.push_back(bandwidth); in Measure()