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" |
| 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 the time between the initial |
| 919 creation of a touch event and the start of the frame swap on the GPU service |
| 920 caused by the generated ScrollUpdate gesture event if that ScrollUpdate is |
| 921 the first such event in a given scroll gesture event sequence. If no swap |
| 922 was induced by the event, no recording is made. |
| 923 </summary> |
| 924 <string-field name="Domain"> |
| 925 <summary> |
| 926 The domain+registry of the URL. |
| 927 </summary> |
| 928 </string-field> |
| 929 <uint64-field name="Latency"> |
| 930 <summary> |
| 931 Latency in microseconds representing Touch.TimeToScrollUpdateSwapBegin. |
| 932 </summary> |
| 933 </uint64-field> |
| 934 </rappor-metric> |
| 935 |
912 <rappor-metric name="Extensions.AffectedByIsolateExtensions" | 936 <rappor-metric name="Extensions.AffectedByIsolateExtensions" |
913 type="UMA_RAPPOR_TYPE"> | 937 type="UMA_RAPPOR_TYPE"> |
914 <owner>nick@chromium.org</owner> | 938 <owner>nick@chromium.org</owner> |
915 <summary> | 939 <summary> |
916 The ID of an extension which will trigger out-of-process iframes under | 940 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 | 941 --isolate-extensions. This metric is logged even if --isolate-extensions is |
918 disabled. Includes framing in both directions: non-extension documents that | 942 disabled. Includes framing in both directions: non-extension documents that |
919 contain chrome-extension:// iframes, or vice versa. Hosted apps are not | 943 contain chrome-extension:// iframes, or vice versa. Hosted apps are not |
920 considered extensions for the purposes of this metric. | 944 considered extensions for the purposes of this metric. |
921 </summary> | 945 </summary> |
(...skipping 1243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2165 <flag bit="1" label="IS_REPEAT_VISIT"/> | 2189 <flag bit="1" label="IS_REPEAT_VISIT"/> |
2166 <summary> | 2190 <summary> |
2167 Bitfield of the state from an SSL warning interstitial. | 2191 Bitfield of the state from an SSL warning interstitial. |
2168 </summary> | 2192 </summary> |
2169 </flags-field> | 2193 </flags-field> |
2170 </rappor-metric> | 2194 </rappor-metric> |
2171 | 2195 |
2172 </rappor-metrics> | 2196 </rappor-metrics> |
2173 | 2197 |
2174 </rappor-configuration> | 2198 </rappor-configuration> |
OLD | NEW |