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
telemetry.decorators
telemetry.core.platform.desktop_platform_backend
telemetry.core.exceptions
platform
telemetry.core.platform.platform_backend
re
subprocess
time

 
Classes
       
telemetry.core.platform.desktop_platform_backend.DesktopPlatformBackend(telemetry.core.platform.platform_backend.PlatformBackend)
WinPlatformBackend

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

Methods defined here:
CanFlushIndividualFilesFromSystemCache(self)
GetChildPids(self, pid)
Retunds a list of child pids of |pid|.
GetCommandLine(self, pid)
GetCpuStats(self, pid)
GetCpuTimestamp(self)
Return current timestamp in seconds.
GetFlushUtilityName(self)
GetIOStats(self, pid)
GetMemoryStats(self, pid)
GetOSName(self)
GetOSVersionName(*args, **kwargs)
GetRawDisplayFrameRateMeasurements(self)
GetSystemCommitCharge(self)
GetSystemProcessInfo(self)
GetSystemTotalPhysicalMemory(*args, **kwargs)
HasBeenThermallyThrottled(self)
IsThermallyThrottled(self)
KillProcess(self, pid, kill_process_tree=False)
StartRawDisplayFrameRateMeasurement(self)
# pylint: disable=W0613
StopRawDisplayFrameRateMeasurement(self)

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

Methods inherited from telemetry.core.platform.platform_backend.PlatformBackend:
CanCaptureVideo(self)
CanLaunchApplication(self, application)
CanMonitorPowerAsync(self)
CanMonitorPowerSync(self)
CanMonitorThermalThrottling(self)
FlushEntireSystemCache(self)
InstallApplication(self, application)
IsApplicationRunning(self, application)
IsRawDisplayFrameRateSupported(self)
LaunchApplication(self, application, parameters=None, elevate_privilege=False)
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

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