Home | History | Annotate | Download | only in base

Lines Matching full:bandwidth

17 // Tracks statistics about the bandwidth metrics over time.  In order to
21 // bandwidth, but not both.
25 // progress concurrently, you have to look at the aggregate bandwidth at any
30 // We can't measure bandwidth by looking at any individual stream.
31 // We can only measure actual bandwidth by looking at the bandwidth
64 // Get the bandwidth. Returns Kbps (kilo-bits-per-second).
65 double bandwidth() const {
82 // We don't use small streams when tracking bandwidth because they are not
96 LOG(INFO) << "Bandwidth: " << kbps
97 << "Kbps (avg " << bandwidth() << "Kbps)";