| 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 @@
|
| def StopMonitoringPower(self):
|
| raise NotImplementedError()
|
|
|
| - def GetRawDisplayFrameRateMeasurements(self):
|
| - raise NotImplementedError()
|
| -
|
| def FlushEntireSystemCache(self):
|
| raise NotImplementedError()
|
|
|
| @@ -58,12 +55,6 @@
|
| def IsThermallyThrottled(self):
|
| raise NotImplementedError()
|
|
|
| - def StartRawDisplayFrameRateMeasurement(self):
|
| - raise NotImplementedError()
|
| -
|
| - def StopRawDisplayFrameRateMeasurement(self):
|
| - raise NotImplementedError()
|
| -
|
| def GetSystemTotalPhysicalMemory(self):
|
| raise NotImplementedError()
|
|
|
|
|