OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CanMeasurePerApplicationPower
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/tools/telemetry/telemetry/core/platform/power_monitor/
__init__.py
19
def
CanMeasurePerApplicationPower
(self):
powermetrics_power_monitor_unittest.py
49
self.assertFalse(power_monitor.
CanMeasurePerApplicationPower
())
ippet_power_monitor.py
104
def
CanMeasurePerApplicationPower
(self):
/external/chromium_org/tools/telemetry/telemetry/core/platform/
linux_platform_backend.py
97
def
CanMeasurePerApplicationPower
(self):
98
return self._power_monitor.
CanMeasurePerApplicationPower
()
mac_platform_backend.py
163
def
CanMeasurePerApplicationPower
(self):
164
return self._power_monitor.
CanMeasurePerApplicationPower
()
win_platform_backend.py
318
def
CanMeasurePerApplicationPower
(self):
319
return self._power_monitor.
CanMeasurePerApplicationPower
()
platform_backend.py
220
def
CanMeasurePerApplicationPower
(self):
/external/chromium_org/tools/perf/metrics/
power.py
55
self._platform.
CanMeasurePerApplicationPower
() or \
Completed in 252 milliseconds