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

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

Issue 239083010: Telemetry: adds CPU frequency stats. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixes mac Created 6 years, 7 months 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/platform_backend.py
diff --git a/tools/telemetry/telemetry/core/platform/platform_backend.py b/tools/telemetry/telemetry/core/platform/platform_backend.py
index fe68cb7481a7d28537695c3c5ebac67adb4353da..863a72b9a1b8d3f4e0dbbdb7e1b731719e4a352e 100644
--- a/tools/telemetry/telemetry/core/platform/platform_backend.py
+++ b/tools/telemetry/telemetry/core/platform/platform_backend.py
@@ -67,6 +67,9 @@ class PlatformBackend(object):
def GetSystemTotalPhysicalMemory(self):
raise NotImplementedError()
+ def GetGlobalCpuStats(self):
+ return {}
+
def GetCpuStats(self, pid):
return {}
« no previous file with comments | « tools/telemetry/telemetry/core/browser.py ('k') | tools/telemetry/telemetry/core/platform/proc_supporting_platform_backend.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698