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

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

Issue 2769223005: Create a UKM descriptions XML file (Closed)
Patch Set: Incorporate feedback Created 3 years, 8 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
(Empty)
1 <!--
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
4 found in the LICENSE file.
5 -->
6
7 <!--
8 This file is used to generate a comprehensive list of Chrome UKM metrics
9 along with a detailed description for each metric.
10 -->
11
12 <ukm-configuration>
13
14 <event name="PageLoad">
15 <owner>bmcquade@chromium.org</owner>
16 <summary>
17 Recorded when Pageload observer events fire.
18 </summary>
19 <metric name="DocumentTiming.NavigationToDOMContentLoadedEventFired">
20 <summary>
21 Time from navigation to dom content loaded in ms.
22 </summary>
23 </metric>
24 <metric name="DocumentTiming.NavigationToLoadEventFired"/>
25 <metric name="Experimental.PaintTiming.NavigationToFirstMeaningfulPaint"/>
26 <metric name="Navigation.PageTransition"/>
27 <metric name="Net.EffectiveConnectionType.OnNavigationStart"/>
28 <metric name="Net.ErrorCode.OnFailedProvisionalLoad"/>
29 <metric name="PageTiming.ForegroundDuration"/>
30 <metric name="PageTiming.NavigationToFailedProvisionalLoad"/>
31 <metric name="PaintTiming.NavigationToFirstContentfulPaint"/>
32 <metric name="ParseTiming.NavigationToParseStart">
33 <summary>
34 Time from navigation to parse start in ms.
35 </summary>
36 </metric>
37 </event>
38
39 <event name="Autofill.CardUploadDecision">
40 <owner>sebsg@chromium.org</owner>
41 <metric name="UploadDecision"/>
42 </event>
43
44 </ukm-configuration>
OLDNEW
« tools/metrics/ukm/pretty_print.py ('K') | « tools/metrics/ukm/pretty_print_test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698