telemetry.internal.platform.power_monitor.monsoon_power_monitor
index
telemetry/internal/platform/power_monitor/monsoon_power_monitor.py

# Copyright 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

 
Modules
       
telemetry.core.exceptions
json
telemetry.internal.platform.profiler.monsoon
multiprocessing
telemetry.internal.platform.power_monitor
tempfile
time

 
Classes
       
telemetry.internal.platform.power_monitor.PowerMonitor(__builtin__.object)
MonsoonPowerMonitor

 
class MonsoonPowerMonitor(telemetry.internal.platform.power_monitor.PowerMonitor)
    
Method resolution order:
MonsoonPowerMonitor
telemetry.internal.platform.power_monitor.PowerMonitor
__builtin__.object

Methods defined here:
CanMonitorPower(self)
StartMonitoringPower(self, browser)
StopMonitoringPower(self)
__init__(self, _, platform_backend)

Static methods defined here:
ParseSamplingOutput(powermonitor_output)
Parse the output of of the samples collector process.
 
Returns:
    Dictionary in the format returned by StopMonitoringPower().

Methods inherited from telemetry.internal.platform.power_monitor.PowerMonitor:
CanMeasurePerApplicationPower(self)
Returns True if the power monitor can measure power for the target
application in isolation. False if power measurement is for full system
energy consumption.

Data descriptors inherited from telemetry.internal.platform.power_monitor.PowerMonitor:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)