| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 78221f8c25fd9e29fc6db64a1d9a50a6553e8b0c..92c62a2661c12ae025d4d8d40399bd3a90928ae9 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -13341,6 +13341,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.FreshnessTime"
|
| + 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.Continuous.QueueingTime"
|
| + 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.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>
|
|
|