telemetry.core.platform.platform_backend
index
telemetry/core/platform/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.

 
Classes
       
__builtin__.object
PlatformBackend

 
class PlatformBackend(__builtin__.object)
     Methods defined here:
CanMonitorThermalThrottling(self)
GetChildPids(self, pid)
GetCommandLine(self, pid)
GetIOStats(self, pid)
GetMemoryStats(self, pid)
GetOSName(self)
GetOSVersionName(self)
GetRawDisplayFrameRateMeasurements(self)
GetSystemCommitCharge(self)
HasBeenThermallyThrottled(self)
IsRawDisplayFrameRateSupported(self)
IsThermallyThrottled(self)
SetFullPerformanceModeEnabled(self, enabled)
StartRawDisplayFrameRateMeasurement(self)
# pylint: disable=W0613
StopRawDisplayFrameRateMeasurement(self)

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)