|
Methods defined here:
- 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.
- CanMonitorPower(self)
- Returns True iff power can be monitored asynchronously via
StartMonitoringPower() and StopMonitoringPower().
- StartMonitoringPower(self, browser)
- Starts monitoring power utilization statistics.
See Platform#StartMonitoringPower for the arguments format.
- StopMonitoringPower(self)
- Stops monitoring power utilization and returns collects stats
See Platform#StopMonitoringPower for the return format.
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|