| |
- Method resolution order:
- AndroidPlatformBackend
- telemetry.core.platform.platform_backend.PlatformBackend
- __builtin__.object
Methods defined here:
- CanMonitorThermalThrottling(self)
- GetChildPids(self, pid)
- GetCommandLine(self, pid)
- GetIOStats(self, pid)
- GetMemoryStats(self, pid)
- GetOSName(self)
- GetRawDisplayFrameRateMeasurements(self)
- GetSystemCommitCharge(self)
- HasBeenThermallyThrottled(self)
- IsRawDisplayFrameRateSupported(self)
- IsThermallyThrottled(self)
- SetFullPerformanceModeEnabled(self, enabled)
- StartRawDisplayFrameRateMeasurement(self)
- StopRawDisplayFrameRateMeasurement(self)
- __init__(self, adb, no_performance_mode)
Methods inherited from telemetry.core.platform.platform_backend.PlatformBackend:
- GetOSVersionName(self)
Data descriptors inherited from telemetry.core.platform.platform_backend.PlatformBackend:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|