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 <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 913 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
924 </summary> | 924 </summary> |
925 </rappor-metric> | 925 </rappor-metric> |
926 | 926 |
927 <rappor-metric name="PushMessaging.MessageReceived.Origin" type="ETLD_PLUS_ONE"> | 927 <rappor-metric name="PushMessaging.MessageReceived.Origin" type="ETLD_PLUS_ONE"> |
928 <owner>miguelg@chromium.org</owner> | 928 <owner>miguelg@chromium.org</owner> |
929 <summary> | 929 <summary> |
930 Push Messages received per Origin. | 930 Push Messages received per Origin. |
931 </summary> | 931 </summary> |
932 </rappor-metric> | 932 </rappor-metric> |
933 | 933 |
934 <rappor-metric name="ResourceReporter.Cpu" type="UMA_RAPPOR_TYPE"> | |
935 <owner>afakhry@chromium.org</owner> | |
936 <summary> | |
937 A Chrome task, its process priority, and its CPU usage range. | |
938 </summary> | |
939 <string-field name="task"> | |
940 <summary> | |
941 The canonicalized name of a Chrome task. In most cases this is the origin | |
942 URL of the task's WebContents. | |
943 </summary> | |
944 </string-field> | |
945 <flags-field name="priority"> | |
946 <flag>Bit 0: FOREGROUND</flag> | |
947 <flag>Bit 1: BACKGROUND</flag> | |
948 <summary> | |
949 Bitfield for the task's process priority (whether it's foregrounded or | |
950 backgrounded). | |
951 </summary> | |
952 </flags-field> | |
953 <flags-field name="num_cores_range"> | |
954 <flag>Bit 0: RANGE_CORES_NA</flag> | |
955 <flag>Bit 1: RANGE_CORES_1_CORE</flag> | |
956 <flag>Bit 2: RANGE_CORES_2_CORES</flag> | |
957 <flag>Bit 3: RANGE_CORES_3_TO_4_CORES</flag> | |
958 <flag>Bit 4: RANGE_CORES_5_TO_8_CORES</flag> | |
959 <flag>Bit 5: RANGE_CORES_9_TO_16_CORES</flag> | |
960 <flag>Bit 6: RANGE_CORES_ABOVE_16_CORES</flag> | |
961 <summary> | |
962 Bitfield for the current system's number or cores range. | |
963 </summary> | |
964 </flags-field> | |
965 <flags-field name="usage_range"> | |
966 <flag>Bit 0: RANGE_0_TO_10_PERCENT</flag> | |
967 <flag>Bit 1: RANGE_10_TO_30_PERCENT</flag> | |
968 <flag>Bit 2: RANGE_30_TO_60_PERCENT</flag> | |
969 <flag>Bit 3: RANGE_ABOVE_60_PERCENT</flag> | |
970 <summary> | |
971 Bitfield for the tasks CPU usage range. | |
972 </summary> | |
973 </flags-field> | |
974 </rappor-metric> | |
975 | |
976 <rappor-metric name="ResourceReporter.Memory" type="UMA_RAPPOR_TYPE"> | |
977 <owner>afakhry@chromium.org</owner> | |
978 <summary> | |
979 A Chrome task, and its memory usage range. | |
980 </summary> | |
981 <string-field name="task"> | |
982 <summary> | |
983 The canonicalized name of a Chrome task. In most cases this is the origin | |
984 URL of the task's WebContents. | |
985 </summary> | |
986 </string-field> | |
987 <flags-field name="priority"> | |
988 <flag>Bit 0: FOREGROUND</flag> | |
989 <flag>Bit 1: BACKGROUND</flag> | |
990 <summary> | |
991 Bitfield for the task's process priority (whether it's foregrounded or | |
992 backgrounded). | |
993 </summary> | |
994 </flags-field> | |
995 <flags-field name="usage_range"> | |
996 <flag>Bit 0: RANGE_0_TO_200_MB</flag> | |
997 <flag>Bit 1: RANGE_200_TO_400_MB</flag> | |
998 <flag>Bit 2: RANGE_400_TO_600_MB</flag> | |
999 <flag>Bit 3: RANGE_600_TO_800_MB</flag> | |
1000 <flag>Bit 4: RANGE_800_TO_1_GB</flag> | |
1001 <flag>Bit 5: RANGE_ABOVE_1_GB</flag> | |
1002 <summary> | |
1003 Bitfield for the tasks CPU usage range. | |
Steven Holte
2015/11/19 22:05:32
Fix this summary.
afakhry
2015/11/21 01:32:58
Done.
| |
1004 </summary> | |
1005 </flags-field> | |
1006 </rappor-metric> | |
1007 | |
934 <rappor-metric name="Search.DefaultSearchProvider" type="ETLD_PLUS_ONE"> | 1008 <rappor-metric name="Search.DefaultSearchProvider" type="ETLD_PLUS_ONE"> |
935 <owner>holte@chromium.org</owner> | 1009 <owner>holte@chromium.org</owner> |
936 <summary> | 1010 <summary> |
937 The domain and registry of the URL for the default search engine. | 1011 The domain and registry of the URL for the default search engine. |
938 Recorded when a profile is opened or after a profile reset. | 1012 Recorded when a profile is opened or after a profile reset. |
939 </summary> | 1013 </summary> |
940 </rappor-metric> | 1014 </rappor-metric> |
941 | 1015 |
942 <rappor-metric name="ServiceWorker.ControlledPageUrl" type="ETLD_PLUS_ONE"> | 1016 <rappor-metric name="ServiceWorker.ControlledPageUrl" type="ETLD_PLUS_ONE"> |
943 <owner>horo@chromium.org</owner> | 1017 <owner>horo@chromium.org</owner> |
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1106 <flag>Bit 1: IS_REPEAT_VISIT</flag> | 1180 <flag>Bit 1: IS_REPEAT_VISIT</flag> |
1107 <summary> | 1181 <summary> |
1108 Bitfield of the state from an SSL warning interstitial. | 1182 Bitfield of the state from an SSL warning interstitial. |
1109 </summary> | 1183 </summary> |
1110 </flags-field> | 1184 </flags-field> |
1111 </rappor-metric> | 1185 </rappor-metric> |
1112 | 1186 |
1113 </rappor-metrics> | 1187 </rappor-metrics> |
1114 | 1188 |
1115 </rappor-configuration> | 1189 </rappor-configuration> |
OLD | NEW |