diff options
author | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-14 19:09:52 +0000 |
---|---|---|
committer | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-14 19:09:52 +0000 |
commit | 7f7cf78d4a830b0cfaa839fc1f22f769d7f2de8e (patch) | |
tree | 17a4896e765d3d022cfee8456f8b3c61ebc51bbc | |
parent | e8cf7330b0f4187726568d1363eb85d7fd404f16 (diff) | |
download | chromium_src-7f7cf78d4a830b0cfaa839fc1f22f769d7f2de8e.zip chromium_src-7f7cf78d4a830b0cfaa839fc1f22f769d7f2de8e.tar.gz chromium_src-7f7cf78d4a830b0cfaa839fc1f22f769d7f2de8e.tar.bz2 |
Adding a 'minutes' perf unit for nacl's build time.
NaCl uses 'minutes' to track the duration of builds.
Adding knowledge that shorter builds are better.
R=qyearsley@chromium.org
BUG=343607
Review URL: https://codereview.chromium.org/164923004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251381 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | tools/perf/unit-info.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/perf/unit-info.json b/tools/perf/unit-info.json index b5f5150..4110d91 100644 --- a/tools/perf/unit-info.json +++ b/tools/perf/unit-info.json @@ -68,6 +68,10 @@ "milliseconds-per-frame": { "improvement_direction": "down" }, + "minutes": { + "improvement_direction": "down", + "why": "Used for NaCl build time." + }, "mWh": { "improvement_direction": "down", "why": "Fewer milliwatt-hours means less energy consumed." |