| Index: tools/metrics/ukm/ukm.xml
|
| diff --git a/tools/metrics/ukm/ukm.xml b/tools/metrics/ukm/ukm.xml
|
| index cbf76fc1ce074c9f76efdea3d77bc32d5890871c..662f9a84e458e940ec806fd214efdd1f372e2d6b 100644
|
| --- a/tools/metrics/ukm/ukm.xml
|
| +++ b/tools/metrics/ukm/ukm.xml
|
| @@ -269,6 +269,40 @@ be describing additional metrics about the same event.
|
| </metric>
|
| </event>
|
|
|
| +<event name="Event.ScrollBegin.Touch">
|
| + <owner>nzolghadr@chromium.org</owner>
|
| + <summary>
|
| + Metrics related to first scroll action caused by the generated ScrollUpdate
|
| + gesture event.
|
| + </summary>
|
| + <metric name="TimeToScrollUpdateSwapBegin">
|
| + <summary>
|
| + The time in microseconds 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>
|
| + </metric>
|
| +</event>
|
| +
|
| +<event name="Event.ScrollBegin.Wheel">
|
| + <owner>nzolghadr@chromium.org</owner>
|
| + <summary>
|
| + Metrics related to first scroll action caused by the generated ScrollUpdate
|
| + gesture event.
|
| + </summary>
|
| + <metric name="TimeToScrollUpdateSwapBegin">
|
| + <summary>
|
| + The time in microseconds between the 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>
|
| + </metric>
|
| +</event>
|
| +
|
| <event name="Media.WatchTime">
|
| <owner>dalecurtis@chromium.org</owner>
|
| <summary>
|
|
|