Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/telemetry/telemetry/page/
Dtraffic_setting.py10 _Configs = collections.namedtuple( variable
28 NONE: _Configs(0, 0, 0),
29 GPRS: _Configs(50 * 1024 / 8, 20 * 1024 / 8, 500),
30 REGULAR_2G: _Configs(250 * 1024 / 8, 50 * 1024 / 8, 300),
31 GOOD_2G: _Configs(450 * 1024 / 8, 150 * 1024 / 8, 150),
32 REGULAR_3G: _Configs(750 * 1024 / 8, 250 * 1024 / 8, 100),
33 GOOD_3G: _Configs(1.5 * 1024 * 1024 / 8, 750 * 1024 / 8, 40),
34 REGULAR_4G: _Configs(4 * 1024 * 1024 / 8, 3 * 1024 * 1024 / 8, 20),
35 DSL: _Configs(2 * 1024 * 1024 / 8, 1 * 1024 * 1024 / 8, 5),
36 WIFI: _Configs(30 * 1024 * 1024 / 8, 15 * 1024 * 1024 / 8, 2),