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

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

Issue 308863002: Teach the perf dashboard that fewer janks is better. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 unified diff | Download patch
« no previous file with comments | « no previous file | 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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 "improvement_direction": "up", 52 "improvement_direction": "up",
53 "why": "layer_tree_host_perftest" 53 "why": "layer_tree_host_perftest"
54 }, 54 },
55 "frame_time": { 55 "frame_time": {
56 "improvement_direction": "down" 56 "improvement_direction": "down"
57 }, 57 },
58 "Hz": { 58 "Hz": {
59 "improvement_direction": "up", 59 "improvement_direction": "up",
60 "why": "Higher frequencies are faster." 60 "why": "Higher frequencies are faster."
61 }, 61 },
62 "janks": {
63 "improvement_direction": "down",
64 "why": "Fewer janks is better."
65 },
62 "kb": { 66 "kb": {
63 "improvement_direction": "down", 67 "improvement_direction": "down",
64 "why": "Synonym for KB, used in memory and io metrics." 68 "why": "Synonym for KB, used in memory and io metrics."
65 }, 69 },
66 "available_kB": { 70 "available_kB": {
67 "improvement_direction": "up", 71 "improvement_direction": "up",
68 "why": "kB of memory available. More memory available is better." 72 "why": "kB of memory available. More memory available is better."
69 }, 73 },
70 "KB": { 74 "KB": {
71 "improvement_direction": "down", 75 "improvement_direction": "down",
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 "improvement_direction": "down" 184 "improvement_direction": "down"
181 }, 185 },
182 "us": { 186 "us": {
183 "improvement_direction": "down" 187 "improvement_direction": "down"
184 }, 188 },
185 "vsyncs": { 189 "vsyncs": {
186 "improvement_direction": "down", 190 "improvement_direction": "down",
187 "why": "Used in smoothness benchmarks. Number of vsyncs to generate a frame, never < 1.0" 191 "why": "Used in smoothness benchmarks. Number of vsyncs to generate a frame, never < 1.0"
188 } 192 }
189 } 193 }
OLDNEW
« 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