summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorihf@chromium.org <ihf@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-18 15:49:46 +0000
committerihf@chromium.org <ihf@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-18 15:49:46 +0000
commit32f7fc18bff0c197df57e70c081539be4bea6771 (patch)
tree644a29674597e7bb4f3430fa231fac4436cb0401
parentb4a916070db5632e52244479ffd5bc717296b8d9 (diff)
downloadchromium_src-32f7fc18bff0c197df57e70c081539be4bea6771.zip
chromium_src-32f7fc18bff0c197df57e70c081539be4bea6771.tar.gz
chromium_src-32f7fc18bff0c197df57e70c081539be4bea6771.tar.bz2
Update units for plotting perf graphs.
This really is a workaround due to crbug.com/280649. BUG=344672 TEST=None. Review URL: https://codereview.chromium.org/190953013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@257646 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--tools/perf/unit-info.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/tools/perf/unit-info.json b/tools/perf/unit-info.json
index 4110d91..73a0c7c 100644
--- a/tools/perf/unit-info.json
+++ b/tools/perf/unit-info.json
@@ -8,6 +8,10 @@
"bytes": {
"improvement_direction": "down"
},
+ "Celsius": {
+ "improvement_direction": "down",
+ "why": "Colder machines are faster."
+ }
"commit_count": {
"improvement_direction": "up",
"why": "layer_tree_host_perftest"
@@ -39,10 +43,18 @@
"frame_time": {
"improvement_direction": "down"
},
+ "Hz": {
+ "improvement_direction": "up",
+ "why": "Higher frequencies are faster."
+ },
"kb": {
"improvement_direction": "down",
"why": "Synonym for KB, used in memory and io metrics."
},
+ "available_kB": {
+ "improvement_direction": "up",
+ "why": "kB of memory available. More memory available is better."
+ },
"KB": {
"improvement_direction": "down",
"why": "KB of memory usage. Less memory usage is better. Used in endure."
@@ -57,6 +69,26 @@
"MB": {
"improvement_direction": "down"
},
+ "mips": {
+ improvement_direction": "up",
+ "why": "More instructions processed per time unit."
+ }
+ "mpixels_sec": {
+ improvement_direction": "up",
+ "why": "More pixels processed per time unit."
+ }
+ "mtexel_sec": {
+ improvement_direction": "up",
+ "why": "More texels processed per time unit."
+ }
+ "mtri_sec": {
+ improvement_direction": "up",
+ "why": "More triangles processed per time unit."
+ }
+ "mvtx_sec": {
+ improvement_direction": "up",
+ "why": "More vertices processed per time unit."
+ }
"ms": {
"improvement_direction": "down",
"why": "Used in many Telemetry measurements. Fewer ms of time means faster."