| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 8ef73d675668c20de3b8002dec6a04a24ce582f5..f917bb320b56abde206010111adef0d2b7608daa 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -11249,6 +11249,24 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Event.Latency.BlockingTime.TouchMoveDefaultAllowed"
|
| + units="microseconds">
|
| + <owner>tdresser@chromium.org</owner>
|
| + <summary>
|
| + Time between the renderer receiving a touchmove event and acking it, for
|
| + events which were not preventDefaulted.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="Event.Latency.BlockingTime.TouchMoveDefaultPrevented"
|
| + units="microseconds">
|
| + <owner>tdresser@chromium.org</owner>
|
| + <summary>
|
| + Time between the renderer receiving a touchmove event and acking it, for
|
| + events which were preventDefaulted.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Event.Latency.Browser" units="microseconds">
|
| <owner>rbyers@chromium.org</owner>
|
| <summary>
|
| @@ -11580,6 +11598,24 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Event.Latency.QueueingTime.TouchMoveDefaultAllowed"
|
| + units="microseconds">
|
| + <owner>tdresser@chromium.org</owner>
|
| + <summary>
|
| + Time between sending a touchmove event to the renderer and when the renderer
|
| + begins to process that event, for events which were not preventDefaulted.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="Event.Latency.QueueingTime.TouchMoveDefaultPrevented"
|
| + units="microseconds">
|
| + <owner>tdresser@chromium.org</owner>
|
| + <summary>
|
| + Time between sending a touchmove event to the renderer and when the renderer
|
| + begins to process that event, for events which were preventDefaulted.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Event.Latency.Renderer" units="microseconds">
|
| <owner>rbyers@chromium.org</owner>
|
| <summary>
|
|
|