telemetry.core.platform.android_platform_backend
index
telemetry/core/platform/android_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
       
logging
os
pylib.perf_tests_helper
telemetry.core.platform
telemetry.core.platform.platform_backend
pylib.surface_stats_collector
sys
pylib.thermal_throttle

 
Classes
       
telemetry.core.platform.platform_backend.PlatformBackend(__builtin__.object)
AndroidPlatformBackend

 
class AndroidPlatformBackend(telemetry.core.platform.platform_backend.PlatformBackend)
    
Method resolution order:
AndroidPlatformBackend
telemetry.core.platform.platform_backend.PlatformBackend
__builtin__.object

Methods defined here:
CanMonitorThermalThrottling(self)
GetChildPids(self, pid)
GetCommandLine(self, pid)
GetIOStats(self, pid)
GetMemoryStats(self, pid)
GetOSName(self)
GetRawDisplayFrameRateMeasurements(self)
GetSystemCommitCharge(self)
HasBeenThermallyThrottled(self)
IsRawDisplayFrameRateSupported(self)
IsThermallyThrottled(self)
SetFullPerformanceModeEnabled(self, enabled)
StartRawDisplayFrameRateMeasurement(self)
StopRawDisplayFrameRateMeasurement(self)
__init__(self, adb, no_performance_mode)

Methods inherited from telemetry.core.platform.platform_backend.PlatformBackend:
GetOSVersionName(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)