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

Unified Diff: tools/metrics/histograms/histograms.xml

Side-by-side diff isn't available for this file because of its large size.
Issue 1983883002: Add UMA metric to track the time saved on making events passive before pageload (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change latency max and comment Created 4 years, 7 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:
Download patch
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index a3bafdbe5d65bba604612ccc74980a44b9ceeded..dce6a62a8bf51bd1337cad81ae65fc0dfede304b 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -12418,6 +12418,23 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Event.Touch.TouchesAfterPageLoadLatency" units="microseconds">
Ilya Sherman 2016/05/17 01:24:55 nit: Perhaps "TouchLatencyAfterPageLoad" and "Touc
lanwei 2016/05/17 17:57:30 Done.
+ <owner>tdresser@chromium.org</owner>
+ <summary>
+ Time between when a touch event was generated and the event was processed
Ilya Sherman 2016/05/17 01:24:55 nit: "was process after the page is fully loaded"
+ after the page is fully loaded.
+ </summary>
+</histogram>
+
+<histogram name="Event.Touch.TouchesBeforePageLoadLatency" units="microseconds">
+ <owner>tdresser@chromium.org</owner>
+ <summary>
+ Time between when a touch event was generated and the event was processed
+ before the page is fully loaded. This histogram tracks the benefit of
+ forcing passive event listeners before the page is fully loaded.
Ilya Sherman 2016/05/17 01:24:55 Similar change here.
+ </summary>
+</histogram>
+
<histogram name="Event.TouchDuration" units="ms">
<owner>kuscher@google.com</owner>
<owner>rbyers@chromium.org</owner>

Powered by Google App Engine
This is Rietveld 408576698