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

  /external/chromium_org/tools/telemetry/telemetry/core/platform/power_monitor/
__init__.py 15 StartMonitoringPower() and StopMonitoringPower().
32 def StopMonitoringPower(self):
35 See Platform#StopMonitoringPower for the return format.
power_monitor_controller.py 31 def StopMonitoringPower(self):
34 return self._active_monitor.StopMonitoringPower()
power_monitor_controller_unittest.py 17 def StopMonitoringPower(self):
28 def StopMonitoringPower(self):
35 self.assertEqual(controller.StopMonitoringPower(), 1)
android_temperature_monitor.py 32 def StopMonitoringPower(self):
34 power_data = self._power_monitor.StopMonitoringPower()
45 # returned by StopMonitoringPower() creating appropriate sub-dictionaries on
android_temperature_monitor_unittest.py 39 power_results = temperature_monitor.StopMonitoringPower()
48 mock_power_monitor.ExpectCall('StopMonitoringPower').WillReturn(
54 measurements = temperature_monitor.StopMonitoringPower()
71 measurements = monitor.StopMonitoringPower()
ippet_power_monitor_unittest.py 28 statistics = power_monitor.StopMonitoringPower()
msr_power_monitor_unittest.py 25 statistics = power_monitor.StopMonitoringPower()
android_dumpsys_power_monitor.py 37 def StopMonitoringPower(self):
41 cpu_stats = super(DumpsysPowerMonitor, self).StopMonitoringPower()
58 Dictionary in the format returned by StopMonitoringPower().
cros_power_monitor.py 41 def StopMonitoringPower(self):
42 cpu_stats = super(CrosPowerMonitor, self).StopMonitoringPower()
136 Dictionary in the format returned by StopMonitoringPower().
monsoon_power_monitor.py 67 'Must call StopMonitoringPower().')
83 def StopMonitoringPower(self):
87 cpu_stats = super(MonsoonPowerMonitor, self).StopMonitoringPower()
108 Dictionary in the format returned by StopMonitoringPower().
android_ds2784_power_monitor.py 43 'Must call StopMonitoringPower().')
52 def StopMonitoringPower(self):
56 cpu_stats = super(DS2784PowerMonitor, self).StopMonitoringPower()
71 Dictionary in the format returned by StopMonitoringPower().
msr_power_monitor.py 75 def StopMonitoringPower(self):
77 'Called StopMonitoringPower() before StartMonitoringPower().')
ippet_power_monitor.py 138 def StopMonitoringPower(self):
140 'Called StopMonitoringPower() before StartMonitoringPower().')
powermetrics_power_monitor.py 33 "Must call StopMonitoringPower().")
85 Dictionary in the format returned by StopMonitoringPower() or None
231 def StopMonitoringPower(self):
sysfs_power_monitor.py 54 assert not self._browser, 'Must call StopMonitoringPower().'
63 def StopMonitoringPower(self):
193 Dictionary in the format returned by StopMonitoringPower.
  /external/chromium_org/tools/telemetry/telemetry/core/platform/
platform_backend_unittest.py 32 output = platform.StopMonitoringPower()
ios_platform_backend.py 43 def StopMonitoringPower(self):
cros_platform_backend.py 123 def StopMonitoringPower(self):
124 return self._powermonitor.StopMonitoringPower()
linux_platform_backend.py 103 def StopMonitoringPower(self):
104 return self._power_monitor.StopMonitoringPower()
mac_platform_backend.py 169 def StopMonitoringPower(self):
170 return self._power_monitor.StopMonitoringPower()
android_platform_backend.py 284 def StopMonitoringPower(self):
285 return self._power_monitor.StopMonitoringPower()
win_platform_backend.py 324 def StopMonitoringPower(self):
325 return self._power_monitor.StopMonitoringPower()
platform_backend.py 226 def StopMonitoringPower(self):
  /external/chromium_org/tools/perf/metrics/
power.py 47 self._results = self._platform.StopMonitoringPower()
48 if self._results: # StopMonitoringPower() can return None.
65 power_results = self._platform.StopMonitoringPower()

Completed in 352 milliseconds