| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 5792258ce98e83db333066e6c4b296268e18be76..31fb7e74dde9f942cbfd9999585ad88980ea433a 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -12470,6 +12470,25 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Event.Touch.TouchStartLatencyDuringFling" units="microseconds">
|
| + <owner>tdresser@chromium.org</owner>
|
| + <summary>
|
| + Time between when a touch start event was generated and the event was
|
| + processed. Recorded only when there was an active fling animation. This
|
| + histogram tracks the benefit of forcing passive event listeners during
|
| + fling.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="Event.Touch.TouchStartLatencyOutsideFling"
|
| + units="microseconds">
|
| + <owner>tdresser@chromium.org</owner>
|
| + <summary>
|
| + Time between when a touch start event was generated and the event was
|
| + processed. Recorded only when there was no active fling animation.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Event.TouchDuration" units="ms">
|
| <owner>kuscher@google.com</owner>
|
| <owner>rbyers@chromium.org</owner>
|
|
|