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

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

Issue 239083010: Telemetry: adds CPU frequency stats. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: unit-info Created 6 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 side-by-side diff with in-line comments
Download patch
Index: tools/perf/unit-info.json
diff --git a/tools/perf/unit-info.json b/tools/perf/unit-info.json
index 5ace7830efb16a0165e45b30e5b24489fbd870a4..15006ac1f094692554dcc1b895b65759a822c0c4 100644
--- a/tools/perf/unit-info.json
+++ b/tools/perf/unit-info.json
@@ -81,6 +81,10 @@
"MB": {
"improvement_direction": "down"
},
+ "MHz": {
+ "improvement_direction": "down",
+ "why": "CPU governors were able to keep the CPU at lower frequency."
pasko 2014/04/23 15:18:54 I thought we don't need to track regressions for t
qyearsley 2014/04/23 18:38:22 Fair enough. This unit-info.json is only used by t
bulach 2014/05/06 17:08:19 removed this file..
+ },
"mips": {
"improvement_direction": "up",
"why": "More instructions processed per time unit."

Powered by Google App Engine
This is Rietveld 408576698