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

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

Issue 130613002: Update unit info file for perf dashboard. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « no previous file | no next file » | 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 b380153d7a652a84f7ee9ed8d3286dd3e3205f5b..4dde25b564bb251fe2008b87c02daa169ce381fd 100644
--- a/tools/perf/unit-info.json
+++ b/tools/perf/unit-info.json
@@ -3,7 +3,7 @@
"%": {
"improvement_direction": "down",
- "why": "Percent CPU usage"
+ "why": "Percent CPU usage. Used by cpu metric."
},
"bytes": {
"improvement_direction": "down"
@@ -21,14 +21,16 @@
"why": "Static initializers"
},
"fps": {
- "improvement_direction": "up"
+ "improvement_direction": "up",
+ "why": "The faster the better. Used by scirra benchmark."
},
"frames": {
"improvement_direction": "down",
- "why": "Dropped frames"
+ "why": "Dropped frames."
},
"frames-per-second": {
- "improvement_direction": "up"
+ "improvement_direction": "up",
+ "why": "Synonym for fps."
},
"frame_count": {
"improvement_direction": "up",
@@ -38,14 +40,16 @@
"improvement_direction": "down"
},
"kb": {
- "improvement_direction": "down"
+ "improvement_direction": "down",
+ "why": "Synonym for KB, used in memory and io metrics."
},
"KB": {
- "improvement_direction": "down"
+ "improvement_direction": "down",
+ "why": "KB of memory usage. Less memory usage is better. Used in endure."
},
"lines": {
"improvement_direction": "up",
- "why": "Coverage"
+ "why": "Coverage. More test coverage is better."
},
"load": {
"improvement_direction": "down"
@@ -54,26 +58,34 @@
"improvement_direction": "down"
},
"ms": {
- "improvement_direction": "down"
+ "improvement_direction": "down",
+ "why": "Used in many Telemetry measurements. Fewer ms of time means faster."
},
"milliseconds": {
- "improvement_direction": "down"
+ "improvement_direction": "down",
+ "why": "Synonym of ms."
},
"milliseconds-per-frame": {
"improvement_direction": "down"
},
"objects (bigger is better)": {
- "improvement_direction": "up"
+ "improvement_direction": "up",
+ "why": "Used in spaceport benchmark."
},
"ObjectsAt30FPS": {
"improvement_direction": "up"
},
"percent": {
- "improvement_direction": "down"
+ "improvement_direction": "down",
+ "why": "Synonym for %, used in memory metric for percent fragmentation."
+ },
+ "percentage": {
tonyg 2014/01/09 03:47:43 Wondering if alloy should use a canonical unit ins
victorhsieh 2014/01/09 04:42:11 No objection to use canonical unit, but in our cas
qyearsley 2014/01/09 18:07:38 Alright, since the improvement direction is differ
victorhsieh 2014/01/09 18:41:56 Or "coverage %", whichever is more reusable. I ac
qyearsley 2014/01/09 19:09:29 "coverage %" makes sense to me. In the datastore
victorhsieh 2014/01/09 19:16:48 Thanks for the clear explanation. I'll change the
qyearsley 2014/01/09 19:30:58 Sure, no problem. "%coverage" would also be fine.
victorhsieh 2014/01/09 19:44:42 Unfortunately I can't mention the detail publicly.
qyearsley 2014/01/09 19:47:13 Ah, if it's internal that would explain why I coul
+ "improvement_direction": "up",
+ "why": "Used in alloy-perf-test/cts%/passed, looks like higher->better?"
},
"points": {
"improvement_direction": "up",
- "why": "Synonym for score, used in ChromeOS touchpad tests"
+ "why": "Synonym for score, used in ChromeOS touchpad tests."
},
"ports": {
"improvement_direction": "down"
@@ -82,22 +94,31 @@
"improvement_direction": "down"
},
"runs/ms": {
- "improvement_direction": "up"
+ "improvement_direction": "up",
+ "why": "Used in dromaeo. Higher runs/ms implies faster execution."
tonyg 2014/01/09 03:47:43 Not sure this one is used in dromaeo. Is it?
qyearsley 2014/01/09 18:07:38 Ah, that's right. It's not used in dromaeo. rileya
},
"runs/s": {
- "improvement_direction": "up"
+ "improvement_direction": "up",
+ "why": "Used in dromaeo. Higher runs/s implies faster execution."
+ },
+ "runs_per_s": {
tonyg 2014/01/09 03:47:43 Any chance of getting the cros bots to use a canon
qyearsley 2014/01/09 18:07:38 I'm asking quickly why the cros bots use this unit
+ "improvement_direction": "up",
+ "why": "Synonym for runs/s, used in dromaeo data sent by cros bots."
},
"runs_per_second": {
"improvement_direction": "up"
},
"score": {
- "improvement_direction": "up"
+ "improvement_direction": "up",
+ "why": "Used in a variety of benchmarks where a higher score is better."
},
"score_(bigger_is_better)": {
- "improvement_direction": "up"
+ "improvement_direction": "up",
+ "why": "Synonym for score."
},
"score (bigger is better)": {
- "improvement_direction": "up"
+ "improvement_direction": "up",
+ "why": "Synonym for score, used in jsgamebench and dom_perf."
},
"sec": {
"improvement_direction": "down"
@@ -109,4 +130,3 @@
"improvement_direction": "down"
}
}
-
« 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