Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index a3bafdbe5d65bba604612ccc74980a44b9ceeded..42fcd543ee93445bafa5322378d1e1609637f11a 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -12403,8 +12403,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| <owner>tdresser@chromium.org</owner> |
| <summary> |
| Records the disposition (handled or not handled) of touch start events and |
| - the first touchmove events per scroll. Only recorded after the page is fully |
| - loaded. |
| + the first touchmove events. Only recorded after the page is fully loaded. |
|
Ilya Sherman
2016/05/17 01:21:45
The first touchmove events per what? Per page loa
lanwei
2016/05/17 02:11:07
Per scroll.
|
| </summary> |
| </histogram> |
| @@ -12413,8 +12412,25 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| <owner>tdresser@chromium.org</owner> |
| <summary> |
| Records the disposition (handled or not handled) of touch start events and |
| - the first touchmove events per scroll. Only recorded before the page is |
| - fully loaded. |
| + the first touchmove events. Only recorded before the page is fully loaded. |
|
Ilya Sherman
2016/05/17 01:21:46
Ditto
|
| + </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. Only |
| + recorded while there is an active fling animation. |
| + </summary> |
| +</histogram> |
| + |
| +<histogram name="Event.Touch.TouchDispositionsOutsideFling" |
| + enum="TouchEventDispatchResultType"> |
| + <owner>tdresser@chromium.org</owner> |
| + <summary> |
| + Records the disposition (handled or not handled) of touch start events. Only |
| + recorded while there is no active fling animation. |
| </summary> |
| </histogram> |