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