Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(692)

Side by Side Diff: tools/metrics/ukm/ukm.xml

Issue 2888153002: Add TimeToScrollUpdateSwapBegin2 to UKM (Closed)
Patch Set: Rebase and use new constructs Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <!-- 1 <!--
2 Copyright 2017 The Chromium Authors. All rights reserved. 2 Copyright 2017 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. 4 found in the LICENSE file.
5 --> 5 -->
6 6
7 <!-- 7 <!--
8 This file is used to generate a comprehensive list of Chrome UKM metrics 8 This file is used to generate a comprehensive list of Chrome UKM metrics
9 along with a detailed description for each metric. 9 along with a detailed description for each metric.
10 10
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 </summary> 227 </summary>
228 </metric> 228 </metric>
229 <metric name="WAS_SCREEN_BOTTOM"> 229 <metric name="WAS_SCREEN_BOTTOM">
230 <summary> 230 <summary>
231 The location of the tap relative to the bottom of the screen, expressed as 231 The location of the tap relative to the bottom of the screen, expressed as
232 an integer with 0 meaning not at the bottom and 1 meaning at the bottom. 232 an integer with 0 meaning not at the bottom and 1 meaning at the bottom.
233 </summary> 233 </summary>
234 </metric> 234 </metric>
235 </event> 235 </event>
236 236
237 <event name="Event.Latency.ScrollUpdate.Touch.TimeToScrollUpdateSwapBegin2">
238 <owner>nzolghadr@chromium.org</owner>
239 <summary>
240 The time between the initial creation of a touch event and the start of the
241 frame swap on the GPU service caused by the generated ScrollUpdate gesture
242 event. If no swap was induced by the event, no recording is made.
243 </summary>
244 <metric name="Latency">
245 <summary>
246 Latency in microseconds representing Touch.TimeToScrollUpdateSwapBegin.
tdresser 2017/05/30 16:52:07 This summary is a bit confusing. Do we need a metr
rkaplow 2017/05/30 20:03:32 I agree - does it make more sense for the Event to
Navid Zolghadr 2017/05/31 20:37:15 I did some renaming here. Let me know if this look
247 </summary>
248 </metric>
249 </event>
250
237 <event name="Media.WatchTime"> 251 <event name="Media.WatchTime">
238 <owner>dalecurtis@chromium.org</owner> 252 <owner>dalecurtis@chromium.org</owner>
239 <summary> 253 <summary>
240 Watch time is defined as the amount of elapsed media time for audio+video 254 Watch time is defined as the amount of elapsed media time for audio+video
241 media aggregated per player instance. A minimum of 7 seconds of unmuted, 255 media aggregated per player instance. A minimum of 7 seconds of unmuted,
242 foreground media must be watched to start watch time monitoring. Watch time 256 foreground media must be watched to start watch time monitoring. Watch time
243 is checked on a regular basis and reported upon one of the stop events 257 is checked on a regular basis and reported upon one of the stop events
244 mentioned below or at player destruction if none occur prior. 258 mentioned below or at player destruction if none occur prior.
245 259
246 Any one of paused, hidden, or muted is sufficient to stop watch time metric 260 Any one of paused, hidden, or muted is sufficient to stop watch time metric
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 <metric name="DeclineCount"/> 347 <metric name="DeclineCount"/>
334 <metric name="EventType"/> 348 <metric name="EventType"/>
335 <metric name="IgnoreCount"/> 349 <metric name="IgnoreCount"/>
336 <metric name="RankerResponse"/> 350 <metric name="RankerResponse"/>
337 <metric name="RankerVersion"/> 351 <metric name="RankerVersion"/>
338 <metric name="SourceLanguage"/> 352 <metric name="SourceLanguage"/>
339 <metric name="TargetLanguage"/> 353 <metric name="TargetLanguage"/>
340 </event> 354 </event>
341 355
342 </ukm-configuration> 356 </ukm-configuration>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698