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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2773893003: Record size of scroller that user scrolls (Closed)
Patch Set: nit Created 3 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:
Download patch
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index f5bb0fedaccabcad820f2bf0370fda3965a2569e..a2248dde15f5c811fbc22f0d60e4a82bcb9af317 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -17001,6 +17001,18 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Event.Scroll.ScrollerSize.OnScroll" units="pixels">
+ <owner>yigu@chromium.org</owner>
+ <owner>input-dev@chromium.org</owner>
+ <owner>threaded-rendering@chromium.org</owner>
+ <summary>
+ Record the area of a scroller upon ScrollBegin. This is intended to help us
+ measure the frequencies of different sizes of scrollers getting scrolled.
+ For those small scrollers that users may rarely scroll, there is no need to
+ composite them even if we are able to do so.
+ </summary>
+</histogram>
+
<histogram name="Event.SingleTapType" enum="TapDelayType">
<owner>tdresser@chromium.org</owner>
<summary>
@@ -121041,6 +121053,14 @@ from previous Chrome versions.
<affected-histogram name="Geolocation.SettingsDialog.SuppressEvent"/>
</histogram_suffixes>
+<histogram_suffixes name="Gesture">
+ <suffix name="Wheel"
+ label="Measure the size of scroller that users wheel scroll"/>
+ <suffix name="Touch"
+ label="Measure the size of scroller that users touch scroll"/>
+ <affected-histogram name="Event.Scroll.ScrollerSize.OnScroll"/>
+</histogram_suffixes>
+
<histogram_suffixes name="GLApisWithErrorReporting">
<suffix name="TexImage2D" label="All GL APIs that allocate a 2D texture."/>
<suffix name="TexImage3D" label="All GL APIs that allocate a 3D texture."/>

Powered by Google App Engine
This is Rietveld 408576698