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

Side by Side 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: Fix review comments 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "_description" : "This file contains info about our performance test units, us ed by the perf dashboard (http://chromeperf.appspot.com).", 2 "_description" : "This file contains info about our performance test units, us ed by the perf dashboard (http://chromeperf.appspot.com).",
3 3
4 "%": { 4 "%": {
5 "improvement_direction": "down", 5 "improvement_direction": "down",
6 "why": "Percent CPU usage. Used by cpu metric." 6 "why": "Percent CPU usage. Used by cpu metric."
7 }, 7 },
8 "bytes": { 8 "bytes": {
9 "improvement_direction": "down" 9 "improvement_direction": "down"
10 }, 10 },
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 "improvement_direction": "down", 61 "improvement_direction": "down",
62 "why": "Used in many Telemetry measurements. Fewer ms of time means faster." 62 "why": "Used in many Telemetry measurements. Fewer ms of time means faster."
63 }, 63 },
64 "milliseconds": { 64 "milliseconds": {
65 "improvement_direction": "down", 65 "improvement_direction": "down",
66 "why": "Synonym for ms." 66 "why": "Synonym for ms."
67 }, 67 },
68 "milliseconds-per-frame": { 68 "milliseconds-per-frame": {
69 "improvement_direction": "down" 69 "improvement_direction": "down"
70 }, 70 },
71 "mWh": {
72 "improvement_direction": "down",
73 "why": "Fewer mWh means less power."
tonyg 2014/01/23 19:11:24 Let's say: "Fewer milliwatt-hours means less energ
74 },
71 "objects (bigger is better)": { 75 "objects (bigger is better)": {
72 "improvement_direction": "up", 76 "improvement_direction": "up",
73 "why": "Used in spaceport benchmark." 77 "why": "Used in spaceport benchmark."
74 }, 78 },
75 "ObjectsAt30FPS": { 79 "ObjectsAt30FPS": {
76 "improvement_direction": "up" 80 "improvement_direction": "up"
77 }, 81 },
78 "percent": { 82 "percent": {
79 "improvement_direction": "down", 83 "improvement_direction": "down",
80 "why": "Synonym for %, used in memory metric for percent fragmentation." 84 "why": "Synonym for %, used in memory metric for percent fragmentation."
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 "sec": { 128 "sec": {
125 "improvement_direction": "down" 129 "improvement_direction": "down"
126 }, 130 },
127 "seconds": { 131 "seconds": {
128 "improvement_direction": "down" 132 "improvement_direction": "down"
129 }, 133 },
130 "us": { 134 "us": {
131 "improvement_direction": "down" 135 "improvement_direction": "down"
132 } 136 }
133 } 137 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698