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.core.platform.posix_platform_backend
resource

 
Classes
       
telemetry.core.platform.posix_platform_backend.PosixPlatformBackend(telemetry.core.platform.platform_backend.PlatformBackend)
LinuxPlatformBackend

 
class LinuxPlatformBackend(telemetry.core.platform.posix_platform_backend.PosixPlatformBackend)
    
Method resolution order:
LinuxPlatformBackend
telemetry.core.platform.posix_platform_backend.PosixPlatformBackend
telemetry.core.platform.platform_backend.PlatformBackend
__builtin__.object

Methods defined here:
GetIOStats(self, pid)
GetMemoryStats(self, pid)
GetOSName(self)
GetRawDisplayFrameRateMeasurements(self)
GetSystemCommitCharge(self)
HasBeenThermallyThrottled(self)
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)

Methods inherited from telemetry.core.platform.platform_backend.PlatformBackend:
CanMonitorThermalThrottling(self)
GetOSVersionName(self)
IsRawDisplayFrameRateSupported(self)
SetFullPerformanceModeEnabled(self, enabled)

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)