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

  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/
proxyshaper_test.py 129 bps = proxyshaper.GetBitsPerSecond(dummynet_option)
137 proxyshaper.GetBitsPerSecond, dummynet_option)
proxyshaper.py 103 def GetBitsPerSecond(bandwidth):
httpproxy.py 333 self.traffic_shaping_down_bps = proxyshaper.GetBitsPerSecond(down_bandwidth)
334 self.traffic_shaping_up_bps = proxyshaper.GetBitsPerSecond(up_bandwidth)

Completed in 1346 milliseconds