| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 7a8821eb2020ff0e2ca1b2ec8629647b5964102e..146341f464e65581e947ac558137439631479691 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -13496,6 +13496,47 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Event.CompositorThreadEventQueue.CoalescedCount"
|
| + units="events">
|
| + <owner>chongz@chromium.org</owner>
|
| + <summary>
|
| + Number of continuous gesture events (GestureScrollUpdate,
|
| + GesturePinchUpdate) coalesced inside the compositor thread event queue per
|
| + event. This field is recorded just before the event is processed on the
|
| + compositor thread.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="Event.CompositorThreadEventQueue.Continuous.HeadQueueingTime"
|
| + units="microseconds">
|
| + <owner>chongz@chromium.org</owner>
|
| + <summary>
|
| + Time between the first event in a coalesced continuous gesture events group
|
| + (GestureScrollUpdate, GesturePinchUpdate) and when it was processed on the
|
| + compositor thread.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="Event.CompositorThreadEventQueue.Continuous.TailQueueingTime"
|
| + units="microseconds">
|
| + <owner>chongz@chromium.org</owner>
|
| + <summary>
|
| + Time between the last event in a coalesced continuous gesture events group
|
| + (GestureScrollUpdate, GesturePinchUpdate) and when it was processed on the
|
| + compositor thread.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="Event.CompositorThreadEventQueue.NonContinuous.QueueingTime"
|
| + units="microseconds">
|
| + <owner>chongz@chromium.org</owner>
|
| + <summary>
|
| + Time between when a non-continuous gesture event (GestureScrollStart/End,
|
| + GesturePinchStart/End) was placed into the queue and when it was processed
|
| + on the compositor thread.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Event.DownEventCount.PerDestination"
|
| enum="DownEventDestination">
|
| <owner>xiaoyinh@chromium.org</owner>
|
|
|