| |
- Method resolution order:
- CrosPlatformBackend
- telemetry.core.platform.proc_supporting_platform_backend.ProcSupportingPlatformBackend
- telemetry.core.platform.platform_backend.PlatformBackend
- __builtin__.object
Methods defined here:
- CanFlushIndividualFilesFromSystemCache(self)
- FlushEntireSystemCache(self)
- FlushSystemCacheForDirectory(self, directory, ignoring=None)
- GetChildPids(self, pid)
- Returns a list of child pids of |pid|.
- GetCommandLine(self, pid)
- GetIOStats(self, pid)
- GetOSName(self)
- GetOSVersionName(self)
- GetRawDisplayFrameRateMeasurements(self)
- HasBeenThermallyThrottled(self)
- IsThermallyThrottled(self)
- StartRawDisplayFrameRateMeasurement(self)
- StopRawDisplayFrameRateMeasurement(self)
- __init__(self, cri)
Methods inherited from telemetry.core.platform.proc_supporting_platform_backend.ProcSupportingPlatformBackend:
- GetCpuStats(self, pid)
- GetCpuTimestamp(self)
- GetMemoryStats(self, pid)
- GetSystemCommitCharge(self)
- GetSystemTotalPhysicalMemory(*args, **kwargs)
Methods inherited from telemetry.core.platform.platform_backend.PlatformBackend:
- CanCaptureVideo(self)
- CanLaunchApplication(self, application)
- CanMonitorPowerAsync(self)
- CanMonitorPowerSync(self)
- CanMonitorThermalThrottling(self)
- InstallApplication(self, application)
- IsApplicationRunning(self, application)
- IsRawDisplayFrameRateSupported(self)
- LaunchApplication(self, application, parameters=None, elevate_privilege=False)
- MonitorPowerSync(self, duration_ms)
- PurgeUnpinnedMemory(self)
- SetFullPerformanceModeEnabled(self, enabled)
- StartMonitoringPowerAsync(self)
- StartVideoCapture(self, min_bitrate_mbps)
- StopMonitoringPowerAsync(self)
- StopVideoCapture(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)
- is_video_capture_running
|