Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 <!-- | 7 <!-- |
| 8 This file is used to generate a comprehensive list of Chrome rappor metrics | 8 This file is used to generate a comprehensive list of Chrome rappor metrics |
| 9 along with a detailed description for each histogram. See the design doc at | 9 along with a detailed description for each histogram. See the design doc at |
| 10 http://www.chromium.org/developers/design-documents/rappor | 10 http://www.chromium.org/developers/design-documents/rappor |
| (...skipping 891 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 902 </summary> | 902 </summary> |
| 903 </rappor-metric> | 903 </rappor-metric> |
| 904 | 904 |
| 905 <rappor-metric name="DomDistiller.PromptPanel" type="UMA_RAPPOR_TYPE"> | 905 <rappor-metric name="DomDistiller.PromptPanel" type="UMA_RAPPOR_TYPE"> |
| 906 <owner>wychen@chromium.org</owner> | 906 <owner>wychen@chromium.org</owner> |
| 907 <summary> | 907 <summary> |
| 908 The eTLD+1 of the frame URL where Reader Mode is prompted. | 908 The eTLD+1 of the frame URL where Reader Mode is prompted. |
| 909 </summary> | 909 </summary> |
| 910 </rappor-metric> | 910 </rappor-metric> |
| 911 | 911 |
| 912 <rappor-metric | |
| 913 name="Event.Latency.ScrollUpdate.Touch.TimeToScrollUpdateSwapBegin2.Rappor" | |
|
Navid Zolghadr
2016/11/10 21:49:19
Steven, can these name be the same as the ones we
Steven Holte
2016/11/10 22:49:45
There shouldn't be any issues with using the same
| |
| 914 type="UMA_RAPPOR_TYPE"> | |
| 915 <owner>nzolghadr@chromium.org</owner> | |
| 916 <owner>tdresser@chromium.org</owner> | |
| 917 <summary> | |
| 918 The eTLD+1 of the website visited, along with a bitfield representing bucket | |
| 919 membership in a coarse histogram of Touch.TimeToScrollUpdateSwapBegin2. | |
|
Navid Zolghadr
2016/11/10 21:49:19
Tim, can you suggest something for the description
tdresser
2016/11/12 19:23:30
From histograms.xml.
Time between initial crea
| |
| 920 </summary> | |
| 921 <string-field name="Domain"> | |
| 922 <summary> | |
| 923 The domain+registry of the URL. | |
| 924 </summary> | |
| 925 </string-field> | |
| 926 <flags-field name="Bucket"> | |
| 927 <flag bit="0" label="0_10_MILISECONDS"/> | |
| 928 <flag bit="1" label="10_20_MILISECONDS"/> | |
| 929 <flag bit="2" label="20_30_MILISECONDS"/> | |
| 930 <flag bit="3" label="30_40_MILISECONDS"/> | |
| 931 <flag bit="4" label="40_50_MILISECONDS"/> | |
| 932 <flag bit="5" label="50_60_MILISECONDS"/> | |
| 933 <flag bit="6" label="60_70_MILISECONDS"/> | |
| 934 <flag bit="7" label="70_INF_SECONDS"/> | |
| 935 <summary> | |
| 936 Bitfield representing the bucket for Touch.TimeToScrollUpdateSwapBegin. | |
| 937 </summary> | |
| 938 </flags-field> | |
| 939 </rappor-metric> | |
| 940 | |
| 912 <rappor-metric name="Extensions.AffectedByIsolateExtensions" | 941 <rappor-metric name="Extensions.AffectedByIsolateExtensions" |
| 913 type="UMA_RAPPOR_TYPE"> | 942 type="UMA_RAPPOR_TYPE"> |
| 914 <owner>nick@chromium.org</owner> | 943 <owner>nick@chromium.org</owner> |
| 915 <summary> | 944 <summary> |
| 916 The ID of an extension which will trigger out-of-process iframes under | 945 The ID of an extension which will trigger out-of-process iframes under |
| 917 --isolate-extensions. This metric is logged even if --isolate-extensions is | 946 --isolate-extensions. This metric is logged even if --isolate-extensions is |
| 918 disabled. Includes framing in both directions: non-extension documents that | 947 disabled. Includes framing in both directions: non-extension documents that |
| 919 contain chrome-extension:// iframes, or vice versa. Hosted apps are not | 948 contain chrome-extension:// iframes, or vice versa. Hosted apps are not |
| 920 considered extensions for the purposes of this metric. | 949 considered extensions for the purposes of this metric. |
| 921 </summary> | 950 </summary> |
| (...skipping 1213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2135 <flag bit="1" label="IS_REPEAT_VISIT"/> | 2164 <flag bit="1" label="IS_REPEAT_VISIT"/> |
| 2136 <summary> | 2165 <summary> |
| 2137 Bitfield of the state from an SSL warning interstitial. | 2166 Bitfield of the state from an SSL warning interstitial. |
| 2138 </summary> | 2167 </summary> |
| 2139 </flags-field> | 2168 </flags-field> |
| 2140 </rappor-metric> | 2169 </rappor-metric> |
| 2141 | 2170 |
| 2142 </rappor-metrics> | 2171 </rappor-metrics> |
| 2143 | 2172 |
| 2144 </rappor-configuration> | 2173 </rappor-configuration> |
| OLD | NEW |