Home | History | Annotate | Download | only in base

Lines Matching defs:bandwidth

16 // Tracks statistics about the bandwidth metrics over time.  In order to
20 // bandwidth, but not both.
24 // progress concurrently, you have to look at the aggregate bandwidth at any
29 // We can't measure bandwidth by looking at any individual stream.
30 // We can only measure actual bandwidth by looking at the bandwidth
63 // Get the bandwidth. Returns Kbps (kilo-bits-per-second).
64 double bandwidth() const {
81 // We don't use small streams when tracking bandwidth because they are not
95 VLOG(1) << "Bandwidth: " << kbps
96 << "Kbps (avg " << bandwidth() << "Kbps)";