telemetry.internal.platform.power_monitor.power_monitor_controller
index
telemetry/internal/platform/power_monitor/power_monitor_controller.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
       
atexit
logging
telemetry.internal.platform.power_monitor

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

 
class PowerMonitorController(telemetry.internal.platform.power_monitor.PowerMonitor)
    PowerMonitor that acts as facade for a list of PowerMonitor objects and uses
the first available one.
 
 
Method resolution order:
PowerMonitorController
telemetry.internal.platform.power_monitor.PowerMonitor
__builtin__.object

Methods defined here:
CanMonitorPower(self)
StartMonitoringPower(self, browser)
StopMonitoringPower(self)
__init__(self, power_monitors, battery)

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)