telemetry.core.platform.win_platform_backend
index
telemetry/core/platform/win_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
       
collections
ctypes
os
telemetry.core.platform.platform_backend
re
subprocess

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

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

Methods defined here:
GetChildPids(self, pid)
Retunds a list of child pids of |pid|.
GetCommandLine(self, pid)
GetIOStats(self, pid)
GetMemoryStats(self, pid)
GetOSName(self)
GetOSVersionName(self)
GetRawDisplayFrameRateMeasurements(self)
GetSystemCommitCharge(self)
HasBeenThermallyThrottled(self)
IsThermallyThrottled(self)
StartRawDisplayFrameRateMeasurement(self)
# pylint: disable=W0613
StopRawDisplayFrameRateMeasurement(self)

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

 
Data
        pywintypes = None
win32api = None
win32con = None
win32process = None