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

Unified Diff: tools/telemetry/telemetry/core/platform/linux_platform_backend_unittest.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/linux_platform_backend_unittest.py
diff --git a/tools/telemetry/telemetry/core/platform/linux_platform_backend_unittest.py b/tools/telemetry/telemetry/core/platform/linux_platform_backend_unittest.py
index bc7465f7d1854ffca59bcf6e6473397f65d4921c..0072ec2adbda1018f2311897fa63ce9dac51ccc6 100644
--- a/tools/telemetry/telemetry/core/platform/linux_platform_backend_unittest.py
+++ b/tools/telemetry/telemetry/core/platform/linux_platform_backend_unittest.py
@@ -22,15 +22,6 @@ class TestBackend(
def GetFileContents(self, filename):
return self._mock_files[filename]
- def StartRawDisplayFrameRateMeasurement(self):
- raise NotImplementedError()
-
- def StopRawDisplayFrameRateMeasurement(self):
- raise NotImplementedError()
-
- def GetRawDisplayFrameRateMeasurements(self):
- raise NotImplementedError()
-
def IsThermallyThrottled(self):
raise NotImplementedError()

Powered by Google App Engine
This is Rietveld 408576698