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

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

Issue 765773004: telemetry: Clean up SurfaceFlinger statistics (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: clean-up Created 6 years 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
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 e9c92ef3e1ab8c1532d8b97f1447b9c10775cc4b..73b2a21af67188ba51a61c9114d4b6f34dcf223e 100644
--- a/tools/telemetry/telemetry/core/platform/win_platform_backend.py
+++ b/tools/telemetry/telemetry/core/platform/win_platform_backend.py
@@ -104,16 +104,6 @@ class WinPlatformBackend(desktop_platform_backend.DesktopPlatformBackend):
self._msr_server_handle = None
self._msr_server_port = None
- # pylint: disable=W0613
- def StartRawDisplayFrameRateMeasurement(self):
- raise NotImplementedError()
-
- def StopRawDisplayFrameRateMeasurement(self):
- raise NotImplementedError()
-
- def GetRawDisplayFrameRateMeasurements(self):
- raise NotImplementedError()
-
def IsThermallyThrottled(self):
raise NotImplementedError()
« no previous file with comments | « tools/telemetry/telemetry/core/platform/platform_backend.py ('k') | tools/telemetry/telemetry/timeline/model.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698