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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1923973002: Add UMA metric for tracking listeners for blocking touch while fling is happening (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync the fling states 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 bb7f8d9bdac504a7dc28fb9edd0d9fcd7fcb9ea7..42f820c863e3938a970016a89cce13256ecf246c 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -12271,6 +12271,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Event.Touch.TouchDispositionsDuringFling"
tdresser 2016/05/09 19:48:45 We need two histograms here, don't we?
lanwei 2016/05/12 11:50:36 Yes, I am adding one.
+ enum="TouchEventDispatchResultType">
+ <owner>tdresser@chromium.org</owner>
+ <summary>
+ Records the disposition (handled or not handled) of touch start events per
+ scroll. Only recorded while there is an active fling animation.
+ </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