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

Unified Diff: telemetry/telemetry/internal/platform/cros_platform_backend.py

Issue 2065763002: Add temporary DeviceTypeName of Laptop for all cros devices. (Closed) Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: Created 4 years, 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: telemetry/telemetry/internal/platform/cros_platform_backend.py
diff --git a/telemetry/telemetry/internal/platform/cros_platform_backend.py b/telemetry/telemetry/internal/platform/cros_platform_backend.py
index 2d839df93dd71a785fb4d6de470c1346384f53fd..509ca528076527a4f46a2d4ced64d3e24152e01d 100644
--- a/telemetry/telemetry/internal/platform/cros_platform_backend.py
+++ b/telemetry/telemetry/internal/platform/cros_platform_backend.py
@@ -120,6 +120,9 @@ class CrosPlatformBackend(
sample_stats[cpu] = cstates
return sample_stats
+ def GetDeviceTypeName(self):
+ return 'Laptop'
+
@decorators.Cache
def GetArchName(self):
return self._cri.GetArchName()
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698