| |
- Method resolution order:
- WinPlatformBackend
- telemetry.core.platform.desktop_platform_backend.DesktopPlatformBackend
- telemetry.core.platform.platform_backend.PlatformBackend
- __builtin__.object
Methods defined here:
- CanFlushIndividualFilesFromSystemCache(self)
- GetChildPids(self, pid)
- Retunds a list of child pids of |pid|.
- GetCommandLine(self, pid)
- GetCpuStats(self, pid)
- GetCpuTimestamp(self)
- Return current timestamp in seconds.
- GetFlushUtilityName(self)
- GetIOStats(self, pid)
- GetMemoryStats(self, pid)
- GetOSName(self)
- GetOSVersionName(*args, **kwargs)
- GetRawDisplayFrameRateMeasurements(self)
- GetSystemCommitCharge(self)
- GetSystemProcessInfo(self)
- GetSystemTotalPhysicalMemory(*args, **kwargs)
- HasBeenThermallyThrottled(self)
- IsThermallyThrottled(self)
- KillProcess(self, pid, kill_process_tree=False)
- StartRawDisplayFrameRateMeasurement(self)
- # pylint: disable=W0613
- StopRawDisplayFrameRateMeasurement(self)
Methods inherited from telemetry.core.platform.desktop_platform_backend.DesktopPlatformBackend:
- FlushSystemCacheForDirectory(self, directory, ignoring=None)
Methods inherited from telemetry.core.platform.platform_backend.PlatformBackend:
- CanCaptureVideo(self)
- CanLaunchApplication(self, application)
- CanMonitorPowerAsync(self)
- CanMonitorPowerSync(self)
- CanMonitorThermalThrottling(self)
- FlushEntireSystemCache(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
|