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

Side by Side Diff: tools/perf/unit-info.json

Issue 1057823005: Fix the units for the draw_properties benchmark. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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
« no previous file with comments | « tools/perf/measurements/draw_properties.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "bit/s": { 8 "bit/s": {
9 "improvement_direction": "down", 9 "improvement_direction": "down",
10 "why": "Bitrate." 10 "why": "Bitrate."
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 "improvement_direction": "up", 143 "improvement_direction": "up",
144 "why": "Used in alloy-perf-test/cts%/passed." 144 "why": "Used in alloy-perf-test/cts%/passed."
145 }, 145 },
146 "points": { 146 "points": {
147 "improvement_direction": "up", 147 "improvement_direction": "up",
148 "why": "Synonym for score, used in ChromeOS touchpad tests." 148 "why": "Synonym for score, used in ChromeOS touchpad tests."
149 }, 149 },
150 "ports": { 150 "ports": {
151 "improvement_direction": "down" 151 "improvement_direction": "down"
152 }, 152 },
153 "reduction%": {
154 "improvement_direction": "up",
155 "why": "Used in draw_property measurement to indicate relative improvement."
156 },
153 "relocs": { 157 "relocs": {
154 "improvement_direction": "down" 158 "improvement_direction": "down"
155 }, 159 },
156 "runs/ms": { 160 "runs/ms": {
157 "improvement_direction": "up", 161 "improvement_direction": "up",
158 "why": "Higher runs/ms implies faster execution." 162 "why": "Higher runs/ms implies faster execution."
159 }, 163 },
160 "runs/s": { 164 "runs/s": {
161 "improvement_direction": "up", 165 "improvement_direction": "up",
162 "why": "Used in dromaeo. Higher runs/s implies faster execution." 166 "why": "Used in dromaeo. Higher runs/s implies faster execution."
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 }, 199 },
196 "vsyncs": { 200 "vsyncs": {
197 "improvement_direction": "down", 201 "improvement_direction": "down",
198 "why": "Used in smoothness benchmarks. Number of vsyncs to generate a frame, never < 1.0" 202 "why": "Used in smoothness benchmarks. Number of vsyncs to generate a frame, never < 1.0"
199 }, 203 },
200 "idle%": { 204 "idle%": {
201 "improvement_direction": "up", 205 "improvement_direction": "up",
202 "why": "Percentage of work done in idle time." 206 "why": "Percentage of work done in idle time."
203 } 207 }
204 } 208 }
OLDNEW
« no previous file with comments | « tools/perf/measurements/draw_properties.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698