HomeSort by relevance Sort by last modified time
    Searched refs:up_bandwidth (Results 1 - 3 of 3) sorted by null

  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/
trafficshaper.py 57 up_bandwidth='0',
68 up_bandwidth: Upload bandwidth
79 self.up_bandwidth = up_bandwidth
85 if not self._BANDWIDTH_RE.match(self.up_bandwidth):
86 raise BandwidthValueError(self.up_bandwidth)
103 if (self.up_bandwidth == '0' and self.down_bandwidth == '0' and
118 'bw', self.up_bandwidth,
httpproxy.py 295 down_bandwidth='0', up_bandwidth='0', delay_ms='0'):
304 up_bandwidth: Upload bandwidth
334 self.traffic_shaping_up_bps = proxyshaper.GetBitsPerSecond(up_bandwidth)
trafficshaper_test.py 209 with self.TrafficShaper(up_bandwidth='%sKbit/s' % bandwidth_kbits):

Completed in 867 milliseconds