telemetry.core.platform.linux_platform_backend
index
telemetry/core/platform/linux_platform_backend.py

# Copyright (c) 2013 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

 
Modules
       
telemetry.page.cloud_storage
telemetry.decorators
logging
os
telemetry.core.platform.platform_backend
telemetry.core.platform.posix_platform_backend
telemetry.core.platform.proc_supporting_platform_backend
subprocess
sys
telemetry.core.util

 
Classes
       
telemetry.core.platform.posix_platform_backend.PosixPlatformBackend(telemetry.core.platform.desktop_platform_backend.DesktopPlatformBackend)
LinuxPlatformBackend(telemetry.core.platform.posix_platform_backend.PosixPlatformBackend, telemetry.core.platform.proc_supporting_platform_backend.ProcSupportingPlatformBackend)
telemetry.core.platform.proc_supporting_platform_backend.ProcSupportingPlatformBackend(telemetry.core.platform.platform_backend.PlatformBackend)
LinuxPlatformBackend(telemetry.core.platform.posix_platform_backend.PosixPlatformBackend, telemetry.core.platform.proc_supporting_platform_backend.ProcSupportingPlatformBackend)

 
class LinuxPlatformBackend(telemetry.core.platform.posix_platform_backend.PosixPlatformBackend, telemetry.core.platform.proc_supporting_platform_backend.ProcSupportingPlatformBackend)
    
Method resolution order:
LinuxPlatformBackend
telemetry.core.platform.posix_platform_backend.PosixPlatformBackend
telemetry.core.platform.desktop_platform_backend.DesktopPlatformBackend
telemetry.core.platform.proc_supporting_platform_backend.ProcSupportingPlatformBackend
telemetry.core.platform.platform_backend.PlatformBackend
__builtin__.object

Methods defined here:
CanFlushIndividualFilesFromSystemCache(self)
CanLaunchApplication(self, application)
FlushEntireSystemCache(self)
GetOSName(self)
GetOSVersionName(*args, **kwargs)
GetRawDisplayFrameRateMeasurements(self)
HasBeenThermallyThrottled(self)
InstallApplication(self, application)
IsThermallyThrottled(self)
StartRawDisplayFrameRateMeasurement(self)
StopRawDisplayFrameRateMeasurement(self)

Methods inherited from telemetry.core.platform.posix_platform_backend.PosixPlatformBackend:
GetChildPids(self, pid)
Returns a list of child pids of |pid|.
GetCommandLine(self, pid)
GetFlushUtilityName(self)
LaunchApplication(self, application, parameters=None, elevate_privilege=False)

Methods inherited from telemetry.core.platform.desktop_platform_backend.DesktopPlatformBackend:
FlushSystemCacheForDirectory(self, directory, ignoring=None)

Methods inherited from telemetry.core.platform.proc_supporting_platform_backend.ProcSupportingPlatformBackend:
GetCpuStats(self, pid)
GetCpuTimestamp(self)
GetIOStats(self, pid)
GetMemoryStats(self, pid)
GetSystemCommitCharge(self)
GetSystemTotalPhysicalMemory(*args, **kwargs)

Methods inherited from telemetry.core.platform.platform_backend.PlatformBackend:
CanCaptureVideo(self)
CanMonitorPowerAsync(self)
CanMonitorPowerSync(self)
CanMonitorThermalThrottling(self)
IsApplicationRunning(self, application)
IsRawDisplayFrameRateSupported(self)
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