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

Unified Diff: tools/telemetry/telemetry/core/platform/ios_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/ios_platform_backend.py
diff --git a/tools/telemetry/telemetry/core/platform/ios_platform_backend.py b/tools/telemetry/telemetry/core/platform/ios_platform_backend.py
index df1486765dce239acbadf186778d3e05c729129f..c93de3908013ffbfcd8ddbe6b96c8e799430833e 100644
--- a/tools/telemetry/telemetry/core/platform/ios_platform_backend.py
+++ b/tools/telemetry/telemetry/core/platform/ios_platform_backend.py
@@ -43,9 +43,6 @@ class IosPlatformBackend(posix_platform_backend.PosixPlatformBackend):
def StopMonitoringPower(self):
raise NotImplementedError()
- def GetRawDisplayFrameRateMeasurements(self):
- raise NotImplementedError()
-
def FlushEntireSystemCache(self):
raise NotImplementedError()
@@ -58,12 +55,6 @@ class IosPlatformBackend(posix_platform_backend.PosixPlatformBackend):
def IsThermallyThrottled(self):
raise NotImplementedError()
- def StartRawDisplayFrameRateMeasurement(self):
- raise NotImplementedError()
-
- def StopRawDisplayFrameRateMeasurement(self):
- raise NotImplementedError()
-
def GetSystemTotalPhysicalMemory(self):
raise NotImplementedError()

Powered by Google App Engine
This is Rietveld 408576698