Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(183)

Unified Diff: tools/telemetry/telemetry/core/platform/win_platform_backend.py

Issue 547343003: Revert of [telemetry] Add WinRing0/MSR power monitor. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/telemetry/telemetry/core/platform/power_monitor/msr_power_monitor_unittest.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/core/platform/win_platform_backend.py
diff --git a/tools/telemetry/telemetry/core/platform/win_platform_backend.py b/tools/telemetry/telemetry/core/platform/win_platform_backend.py
index 6e91b3a91beae84d4966a64eca143a4c9afeb465..a035d65abecce9740545d7efa755380c5208f558 100644
--- a/tools/telemetry/telemetry/core/platform/win_platform_backend.py
+++ b/tools/telemetry/telemetry/core/platform/win_platform_backend.py
@@ -14,7 +14,7 @@
from telemetry.core import exceptions
from telemetry.core.platform import desktop_platform_backend
from telemetry.core.platform import platform_backend
-from telemetry.core.platform.power_monitor import msr_power_monitor
+from telemetry.core.platform.power_monitor import ippet_power_monitor
try:
import pywintypes # pylint: disable=F0401
@@ -46,7 +46,7 @@
class WinPlatformBackend(desktop_platform_backend.DesktopPlatformBackend):
def __init__(self):
super(WinPlatformBackend, self).__init__()
- self._power_monitor = msr_power_monitor.MsrPowerMonitor(self)
+ self._power_monitor = ippet_power_monitor.IppetPowerMonitor(self)
# pylint: disable=W0613
def StartRawDisplayFrameRateMeasurement(self):
« no previous file with comments | « tools/telemetry/telemetry/core/platform/power_monitor/msr_power_monitor_unittest.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698