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

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

Issue 1993953003: Update Timing2 to PaintTiming in comments. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « chrome/browser/page_load_metrics/observers/core_page_load_metrics_observer.h ('k') | 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 2015 The Chromium Authors. All rights reserved. 2 Copyright 2015 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 <rappor-configuration> 7 <rappor-configuration>
8 <!-- 8 <!--
9 This file is used to generate a comprehensive list of Chrome rappor metrics 9 This file is used to generate a comprehensive list of Chrome rappor metrics
10 along with a detailed description for each histogram. See the design doc at 10 along with a detailed description for each histogram. See the design doc at
(...skipping 999 matching lines...) Expand 10 before | Expand all | Expand 10 after
1010 </rappor-metric> 1010 </rappor-metric>
1011 1011
1012 <rappor-metric name="PageLoad.CoarseTiming.NavigationToFirstContentfulPaint" 1012 <rappor-metric name="PageLoad.CoarseTiming.NavigationToFirstContentfulPaint"
1013 type="UMA_RAPPOR_TYPE"> 1013 type="UMA_RAPPOR_TYPE">
1014 <owner>csharrison@chromium.org</owner> 1014 <owner>csharrison@chromium.org</owner>
1015 <owner>bmcquade@chromium.org</owner> 1015 <owner>bmcquade@chromium.org</owner>
1016 <summary> 1016 <summary>
1017 The eTLD+1 of the website visited, along with a bitfield representing 1017 The eTLD+1 of the website visited, along with a bitfield representing
1018 bucket membership in a coarse histogram of time from navigation start to the 1018 bucket membership in a coarse histogram of time from navigation start to the
1019 time the first real content (text/image) is painted on the screen (See 1019 time the first real content (text/image) is painted on the screen (See
1020 PageLoad.Timing2.NavigationToFirstContentfulPaint). The bucket's name is the 1020 PageLoad.PaintTiming.NavigationToFirstContentfulPaint). The bucket's name is
1021 histogram's lower bound. Tracks the same sites that the rest of the 1021 the histogram's lower bound. Tracks the same sites that the rest of the
1022 PageLoad.* histogram metrics track, i.e. http/s, html, main frame 1022 PageLoad.* histogram metrics track, i.e. http/s, html, main frame
1023 navigations. Metrics are only recorded for navigations that reached first 1023 navigations. Metrics are only recorded for navigations that reached first
1024 contentful paint entirely in the foreground. 1024 contentful paint entirely in the foreground.
1025 </summary> 1025 </summary>
1026 <string-field name="Domain"> 1026 <string-field name="Domain">
1027 <summary> 1027 <summary>
1028 The domain+registry of the URL. 1028 The domain+registry of the URL.
1029 </summary> 1029 </summary>
1030 </string-field> 1030 </string-field>
1031 <flags-field name="Bucket"> 1031 <flags-field name="Bucket">
(...skipping 849 matching lines...) Expand 10 before | Expand all | Expand 10 after
1881 <flag>Bit 1: IS_REPEAT_VISIT</flag> 1881 <flag>Bit 1: IS_REPEAT_VISIT</flag>
1882 <summary> 1882 <summary>
1883 Bitfield of the state from an SSL warning interstitial. 1883 Bitfield of the state from an SSL warning interstitial.
1884 </summary> 1884 </summary>
1885 </flags-field> 1885 </flags-field>
1886 </rappor-metric> 1886 </rappor-metric>
1887 1887
1888 </rappor-metrics> 1888 </rappor-metrics>
1889 1889
1890 </rappor-configuration> 1890 </rappor-configuration>
OLDNEW
« no previous file with comments | « chrome/browser/page_load_metrics/observers/core_page_load_metrics_observer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698