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

Unified Diff: tools/perf/unit-info.json

Issue 144543007: [Telemetry] Add power usage metric (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Whitespace fix Created 6 years, 11 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 | « tools/perf/metrics/power.py ('k') | tools/telemetry/telemetry/core/platform/mac_platform_backend.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/unit-info.json
diff --git a/tools/perf/unit-info.json b/tools/perf/unit-info.json
index 0986211aa7b90704c2404c4f5f2ec33c3d3f1d7c..b5f5150921330b3ab9953f2b1fd6b0dcc9ef5c32 100644
--- a/tools/perf/unit-info.json
+++ b/tools/perf/unit-info.json
@@ -68,6 +68,10 @@
"milliseconds-per-frame": {
"improvement_direction": "down"
},
+ "mWh": {
+ "improvement_direction": "down",
+ "why": "Fewer milliwatt-hours means less energy consumed."
+ },
"objects (bigger is better)": {
"improvement_direction": "up",
"why": "Used in spaceport benchmark."
« no previous file with comments | « tools/perf/metrics/power.py ('k') | tools/telemetry/telemetry/core/platform/mac_platform_backend.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698