| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 9d00901a8d18cb0f51b705b2daf771e47e753501..ce7e76bc9846aecd9919b133c205b72f98eaf6e3 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -13909,6 +13909,18 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram
|
| + name="Event.Latency.ScrollUpdate.Touch.TimeToFirstScrollUpdateSwapBegin2"
|
| + units="microseconds">
|
| + <owner>tdresser@chromium.org</owner>
|
| + <summary>
|
| + Time between initial creation of a touch event and the start of the frame
|
| + swap on the GPU service caused by the generated ScrollUpdate gesture event
|
| + if that ScrollUpdate is the first such event in a given scroll gesture event
|
| + sequence. If no swap was induced by the event, no recording is made.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Event.Latency.ScrollUpdate.Touch.TimeToHandled2"
|
| units="microseconds">
|
| <owner>tdresser@chromium.org</owner>
|
| @@ -13920,6 +13932,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Event.Latency.ScrollUpdate.Touch.TimeToScrollUpdateSwapBegin2"
|
| + units="microseconds">
|
| + <owner>tdresser@chromium.org</owner>
|
| + <summary>
|
| + Time between initial creation of a touch event and start of the frame swap
|
| + on the GPU service caused by the generated ScrollUpdate gesture event. If no
|
| + swap was induced by the event, no recording is made.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Event.Latency.ScrollUpdate.TouchToHandled"
|
| units="microseconds">
|
| <owner>rbyers@chromium.org</owner>
|
| @@ -13973,6 +13995,18 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram
|
| + name="Event.Latency.ScrollUpdate.Wheel.TimeToFirstScrollUpdateSwapBegin2"
|
| + units="microseconds">
|
| + <owner>tdresser@chromium.org</owner>
|
| + <summary>
|
| + Time between initial creation of a wheel event and the start of the frame
|
| + swap on the GPU service caused by the generated ScrollUpdate gesture event
|
| + if that ScrollUpdate is the first such event in a given scroll gesture event
|
| + sequence. If no swap was induced by the event, no recording is made.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Event.Latency.ScrollUpdate.Wheel.TimeToHandled2"
|
| units="microseconds">
|
| <owner>tdresser@chromium.org</owner>
|
| @@ -13987,6 +14021,10 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| <histogram name="Event.Latency.Touch.TimeToFirstScrollUpdateSwapBegin2"
|
| units="microseconds">
|
| <owner>tdresser@chromium.org</owner>
|
| + <obsolete>
|
| + Replaced by
|
| + Event.Latency.ScrollUpdate.Touch.TimeToFirstScrollUpdateSwapBegin2.
|
| + </obsolete>
|
| <summary>
|
| Time between initial creation of a touch event and the start of the frame
|
| swap on the GPU service caused by the generated ScrollUpdate gesture event
|
| @@ -13998,6 +14036,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| <histogram name="Event.Latency.Touch.TimeToScrollUpdateSwapBegin2"
|
| units="microseconds">
|
| <owner>tdresser@chromium.org</owner>
|
| + <obsolete>
|
| + Replaced by Event.Latency.ScrollUpdate.Touch.TimeToScrollUpdateSwapBegin2.
|
| + </obsolete>
|
| <summary>
|
| Time between initial creation of a touch event and start of the frame swap
|
| on the GPU service caused by the generated ScrollUpdate gesture event. If no
|
| @@ -14024,8 +14065,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| units="microseconds">
|
| <owner>rbyers@chromium.org</owner>
|
| <obsolete>
|
| - To be replaced by Event.Latency.Touch.TimeToFirstScrollUpdateSwapBegin2 in
|
| - M56. https://crbug.com/649754
|
| + To be replaced by
|
| + Event.Latency.ScrollUpdate.Touch.TimeToFirstScrollUpdateSwapBegin2 in M56.
|
| + https://crbug.com/649754
|
| </obsolete>
|
| <summary>
|
| Time between initial creation of a touch event and the start of the frame
|
| @@ -14051,7 +14093,8 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| units="microseconds">
|
| <owner>rbyers@chromium.org</owner>
|
| <obsolete>
|
| - To be replaced by Event.Latency.Touch.TimeToScrollUpdateSwapBegin2 in M56.
|
| + To be replaced by
|
| + Event.Latency.ScrollUpdate.Touch.TimeToScrollUpdateSwapBegin2 in M56.
|
| https://crbug.com/649754
|
| </obsolete>
|
| <summary>
|
| @@ -14064,6 +14107,10 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| <histogram name="Event.Latency.Wheel.TimeToFirstScrollUpdateSwapBegin2"
|
| units="microseconds">
|
| <owner>tdresser@chromium.org</owner>
|
| + <obsolete>
|
| + Replaced by
|
| + Event.Latency.ScrollUpdate.Wheel.TimeToFirstScrollUpdateSwapBegin2.
|
| + </obsolete>
|
| <summary>
|
| Time between initial creation of a wheel event and the start of the frame
|
| swap on the GPU service caused by the generated ScrollUpdate gesture event
|
|
|