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

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

Issue 924433004: [telemetry]: Add idle% measurement unit. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | « tools/perf/measurements/v8_gc_times_unittest.py ('k') | 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 8cfe56a9726c90279320e7ce85b1950df4626104..6a89b0680e48e56f1be9b61a09451f7295f1b878 100644
--- a/tools/perf/unit-info.json
+++ b/tools/perf/unit-info.json
@@ -192,5 +192,9 @@
"vsyncs": {
"improvement_direction": "down",
"why": "Used in smoothness benchmarks. Number of vsyncs to generate a frame, never < 1.0"
+ },
+ "idle%": {
+ "improvement_direction": "up",
+ "why": "Percentage of work done in idle time."
}
}
« no previous file with comments | « tools/perf/measurements/v8_gc_times_unittest.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698