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

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

Issue 2916433002: Add more complete description for PageLoad UKM metrics. (Closed)
Patch Set: rebase Created 3 years, 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 <metric name="AudioVideo.Background.SRC"/> 289 <metric name="AudioVideo.Background.SRC"/>
290 <metric name="AudioVideo.Battery"/> 290 <metric name="AudioVideo.Battery"/>
291 <metric name="AudioVideo.EME"/> 291 <metric name="AudioVideo.EME"/>
292 <metric name="AudioVideo.MSE"/> 292 <metric name="AudioVideo.MSE"/>
293 <metric name="AudioVideo.SRC"/> 293 <metric name="AudioVideo.SRC"/>
294 </event> 294 </event>
295 295
296 <event name="PageLoad" singular="True"> 296 <event name="PageLoad" singular="True">
297 <owner>bmcquade@chromium.org</owner> 297 <owner>bmcquade@chromium.org</owner>
298 <summary> 298 <summary>
299 Recorded when Pageload observer events fire. 299 Core metrics associated with web page loads.
300 </summary> 300 </summary>
301 <metric name="DocumentTiming.NavigationToDOMContentLoadedEventFired"> 301 <metric name="DocumentTiming.NavigationToDOMContentLoadedEventFired">
302 <summary> 302 <summary>
303 Time from navigation to dom content loaded in ms. 303 Measures the time in milliseconds from navigation timing's navigation
304 start to the time the DOMContentLoaded event is fired, for main frame
305 documents.
304 </summary> 306 </summary>
305 </metric> 307 </metric>
306 <metric name="DocumentTiming.NavigationToLoadEventFired"/> 308 <metric name="DocumentTiming.NavigationToLoadEventFired">
307 <metric name="Experimental.PaintTiming.NavigationToFirstMeaningfulPaint"/> 309 <summary>
308 <metric name="Navigation.PageTransition"/> 310 Measures the time in milliseconds from navigation timing's navigation
309 <metric name="Net.EffectiveConnectionType.OnNavigationStart"/> 311 start to the time the load event is fired, for main frame documents.
310 <metric name="Net.ErrorCode.OnFailedProvisionalLoad"/> 312 </summary>
311 <metric name="PageTiming.ForegroundDuration"/> 313 </metric>
312 <metric name="PageTiming.NavigationToFailedProvisionalLoad"/> 314 <metric name="Experimental.PaintTiming.NavigationToFirstMeaningfulPaint">
313 <metric name="PaintTiming.NavigationToFirstContentfulPaint"/> 315 <summary>
316 Measures the time in milliseconds from navigation timing's navigation
317 start to the first meaningful paint (http://bit.ly/ttfmp-doc), for main
318 frame documents.
319 </summary>
320 </metric>
321 <metric name="Navigation.PageTransition">
322 <summary>
323 The |ui::PageTransition| for the main frame navigation of this page load.
324 </summary>
325 </metric>
326 <metric name="Net.EffectiveConnectionType.OnNavigationStart">
327 <summary>
328 The |net::EffectiveConnectionType| at the time the navigation for this
329 page load was initiated.
330 </summary>
331 </metric>
332 <metric name="Net.ErrorCode.OnFailedProvisionalLoad">
333 <summary>
334 The |net::Error| code for this page load. Only logged for failed
335 provisional navigations.
336 </summary>
337 </metric>
338 <metric name="Net.HttpRttEstimate.OnNavigationStart">
339 <summary>
340 The HTTP round trip time estimate for this page load, at the time the
341 navigation for this page load was initiated.
342 </summary>
343 </metric>
344 <metric name="Net.TransportRttEstimate.OnNavigationStart">
345 <summary>
346 The transport round trip time estimate for this page load, at the time the
347 navigation for this page load was initiated.
348 </summary>
349 </metric>
350 <metric name="PageTiming.ForegroundDuration">
351 <summary>
352 For page loads that start in the foreground, measures the duration of time
353 in milliseconds until one of the following events occurs: the load of the
354 main resource fails, the page load is stopped, the tab hosting the page is
355 closed, the render process hosting the page goes away, a new navigation
356 which later commits is initiated in the same tab, or the tab hosting the
357 page is backgrounded. This metric has a very long tail, for pages that
358 spend a long period of time in the foreground. As such, use of the mean or
359 tail values are not recommended.
360 </summary>
361 </metric>
362 <metric name="PageTiming.NavigationToFailedProvisionalLoad">
363 <summary>
364 Measures the time in milliseconds from navigation timing's navigation
365 start to the time the provisional load failed. Only measures provisional
366 loads that failed in the foreground.
367 </summary>
368 </metric>
369 <metric name="PaintTiming.NavigationToFirstContentfulPaint">
370 <summary>
371 Measures the time in milliseconds from navigation timing's navigation
372 start to the time when the page first paints content. A contentful paint
373 includes a paint of text, image, SVG, or canvas.
374 </summary>
375 </metric>
376 <metric name="PaintTiming.NavigationToFirstPaint">
377 <summary>
378 Measures the time in milliseconds from navigation timing's navigation
379 start to the time the first paint is performed.
380 </summary>
381 </metric>
314 <metric name="ParseTiming.NavigationToParseStart"> 382 <metric name="ParseTiming.NavigationToParseStart">
315 <summary> 383 <summary>
316 Time from navigation to parse start in ms. 384 Measures the time in milliseconds from navigation timing's navigation
385 start to the time the parser started, for main frame documents.
317 </summary> 386 </summary>
318 </metric> 387 </metric>
319 </event> 388 </event>
320 389
321 <event name="PaymentRequest.CheckoutEvents"> 390 <event name="PaymentRequest.CheckoutEvents">
322 <owner>sebsg@chromium.org</owner> 391 <owner>sebsg@chromium.org</owner>
323 <metric name="CompletionsStatus"> 392 <metric name="CompletionsStatus">
324 <summary> 393 <summary>
325 How the Payment Request ended. Values defined in the CompletionStatus enum 394 How the Payment Request ended. Values defined in the CompletionStatus enum
326 of components/payments/core/journey_logger.h. 395 of components/payments/core/journey_logger.h.
(...skipping 26 matching lines...) Expand all
353 <metric name="DeclineCount"/> 422 <metric name="DeclineCount"/>
354 <metric name="EventType"/> 423 <metric name="EventType"/>
355 <metric name="IgnoreCount"/> 424 <metric name="IgnoreCount"/>
356 <metric name="RankerResponse"/> 425 <metric name="RankerResponse"/>
357 <metric name="RankerVersion"/> 426 <metric name="RankerVersion"/>
358 <metric name="SourceLanguage"/> 427 <metric name="SourceLanguage"/>
359 <metric name="TargetLanguage"/> 428 <metric name="TargetLanguage"/>
360 </event> 429 </event>
361 430
362 </ukm-configuration> 431 </ukm-configuration>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698