| |
- Method resolution order:
- AndroidPlatformBackend
- telemetry.core.platform.proc_supporting_platform_backend.ProcSupportingPlatformBackend
- telemetry.core.platform.platform_backend.PlatformBackend
- __builtin__.object
Methods defined here:
- CanCaptureVideo(*args, **kwargs)
- CanFlushIndividualFilesFromSystemCache(self)
- CanLaunchApplication(self, application)
- CanMonitorPowerAsync(self)
- CanMonitorThermalThrottling(self)
- FlushEntireSystemCache(self)
- FlushSystemCacheForDirectory(self, directory, ignoring=None)
- GetChildPids(self, pid)
- GetCommandLine(self, pid)
- GetCpuStats(self, pid)
- GetCpuTimestamp(self)
- GetIOStats(self, pid)
- GetMemoryStats(self, pid)
- GetOSName(self)
- GetOSVersionName(*args, **kwargs)
- GetRawDisplayFrameRateMeasurements(self)
- GetSystemCommitCharge(self)
- GetSystemTotalPhysicalMemory(*args, **kwargs)
- HasBeenThermallyThrottled(self)
- InstallApplication(self, application)
- IsApplicationRunning(self, application)
- IsRawDisplayFrameRateSupported(self)
- IsThermallyThrottled(self)
- LaunchApplication(self, application, parameters=None, elevate_privilege=False)
- PurgeUnpinnedMemory(self)
- Purges the unpinned ashmem memory for the whole system.
This can be used to make memory measurements more stable in particular.
- SetFullPerformanceModeEnabled(self, enabled)
- StartMonitoringPowerAsync(self)
- StartRawDisplayFrameRateMeasurement(self)
- StartVideoCapture(self, min_bitrate_mbps)
- StopMonitoringPowerAsync(self)
- StopRawDisplayFrameRateMeasurement(self)
- StopVideoCapture(self)
- __init__(self, adb, no_performance_mode)
Data descriptors defined here:
- is_video_capture_running
Methods inherited from telemetry.core.platform.platform_backend.PlatformBackend:
- CanMonitorPowerSync(self)
- MonitorPowerSync(self, duration_ms)
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)
|