Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/
Dtrafficshaper.py57 up_bandwidth='0', argument
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,
Dhttpproxy.py295 down_bandwidth='0', up_bandwidth='0', delay_ms='0'): argument
334 self.traffic_shaping_up_bps = proxyshaper.GetBitsPerSecond(up_bandwidth)
Dtrafficshaper_test.py209 with self.TrafficShaper(up_bandwidth='%sKbit/s' % bandwidth_kbits):