Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index faf474fbf88f64e2dc387e6fb05c4e7d0a6ab72c..73786a1b2217519a507266e08319f93926487835 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -12297,6 +12297,24 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </summary> |
| </histogram> |
| +<histogram name="Event.Touch.TouchDispositionsDuringFling" |
| + enum="TouchEventDispatchResultType"> |
| + <owner>tdresser@chromium.org</owner> |
| + <summary> |
| + Records the disposition (handled or not handled) of touch start events per |
|
tdresser
2016/05/13 13:42:21
"per scroll" isn't quite right, as if the event is
lanwei
2016/05/13 18:15:48
Done.
|
| + scroll. Only recorded while there is an active fling animation. |
| + </summary> |
| +</histogram> |
| + |
| +<histogram name="Event.Touch.TouchDispositionsNoFling" |
| + 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 no active fling animation. |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="Event.TouchDuration" units="ms"> |
| <owner>kuscher@google.com</owner> |
| <owner>rbyers@chromium.org</owner> |