Home
last modified time | relevance | path

Searched refs:bandwidth (Results 1 – 1 of 1) sorted by relevance

/test/dittosuite/src/
Dsampler.cpp34 double bandwidth = file_size * 1e6 / TimespecToNanos(duration); // currently bytes/milliseconds in Measure() local
35 bandwidth = bandwidth * 1e3 / (1 << 10); // Kb / s in Measure()
36 samples_.push_back(bandwidth); in Measure()