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

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

Issue 15053003: Open Source AsyncDNS.*, DNS.* and DnsProbe.* histograms. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Split off removal of unused DnsImpactN field trials into separate CL. Created 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | 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 2013 The Chromium Authors. All rights reserved. 2 Copyright 2013 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 histograms along 8 This file is used to generate a comprehensive list of Chrome histograms along
9 with a detailed description for each histogram. 9 with a detailed description for each histogram.
10 10
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 TODO(mlloyd): Refactor the XML so that field trials can be distinguished from 48 TODO(mlloyd): Refactor the XML so that field trials can be distinguished from
49 other types of suffix sets. 49 other types of suffix sets.
50 --> 50 -->
51 51
52 <histogram-configuration> 52 <histogram-configuration>
53 53
54 <!-- Histogram definitions --> 54 <!-- Histogram definitions -->
55 55
56 <histograms> 56 <histograms>
57 57
58 <histogram name="AsyncDNS.ConfigChange" enum="BooleanSuccess">
59 <summary>
60 Whether DnsConfigService::OnConfigChange actually corresponded to a change
61 in DnsConfig.
62 </summary>
63 </histogram>
64
65 <histogram name="AsyncDNS.ConfigNotifyInterval" units="milliseconds">
66 <summary>
67 Duration of time between calls to DnsConfigService::InvalidateConfig.
68 </summary>
69 </histogram>
70
71 <histogram name="AsyncDNS.ConfigParseDuration" units="milliseconds">
72 <summary>Duration of time spent parsing DnsConfig.</summary>
73 </histogram>
74
75 <histogram name="AsyncDNS.ConfigParsePosix" enum="AsyncDNSConfigParsePosix">
76 <summary>
77 Counts of results of parsing DnsConfig in DnsConfigServicePosix.
78 </summary>
79 </histogram>
80
81 <histogram name="AsyncDNS.ConfigParseResult" enum="BooleanSuccess">
82 <summary>Whether DnsConfig was parsed successfully.</summary>
83 </histogram>
84
85 <histogram name="AsyncDNS.ConfigParseWin" enum="AsyncDNSConfigParseWin">
86 <summary>
87 Counts of results of parsing DnsConfig in DnsConfigServiceWin.
88 </summary>
89 </histogram>
90
91 <histogram name="AsyncDNS.DNSChangerDetected" enum="BooleanSuccess">
92 <summary>
93 Whether the first valid DnsConfig included a rogue nameserver.
94 </summary>
95 </histogram>
96
97 <histogram name="AsyncDNS.DnsClientDisabledReason" enum="NetErrorCodes">
98 <summary>
99 Counts of specific error codes returned by DnsTask if a subsequent ProcTask
100 succeeded, at the end of a streak of failures after which the DnsClient was
101 disabled.
102 </summary>
103 </histogram>
104
105 <histogram name="AsyncDNS.DnsClientEnabled" enum="BooleanSuccess">
106 <summary>
107 TRUE counts the events when a valid DnsConfig is received and used to enable
108 DnsClient, while FALSE counts the events when DnsClient is disabled after a
109 series of successful fallbacks from DnsTask to ProcTask.
110 </summary>
111 </histogram>
112
113 <histogram name="AsyncDNS.FallbackFail" units="milliseconds">
114 <summary>
115 Duration of time spent by ProcTask in failing fallback resolutions.
116 </summary>
117 </histogram>
118
119 <histogram name="AsyncDNS.FallbackSuccess" units="milliseconds">
120 <summary>
121 Duration of time spent by ProcTask in successful fallback resolutions.
122 </summary>
123 </histogram>
124
125 <histogram name="AsyncDNS.HaveDnsConfig" enum="BooleanSuccess">
126 <summary>
127 Whether there was a valid DNS configuration at the start of a job which
128 eventually completed successfully.
129 </summary>
130 </histogram>
131
132 <histogram name="AsyncDNS.HostParseResult" enum="BooleanSuccess">
133 <summary>Whether DnsHosts were parsed successfully.</summary>
134 </histogram>
135
136 <histogram name="AsyncDNS.HostsChange" enum="BooleanSuccess">
137 <summary>
138 Whether DnsConfigService::OnHostsChange actually corresponded to a change in
139 DnsHosts.
140 </summary>
141 </histogram>
142
143 <histogram name="AsyncDNS.HostsNotifyInterval" units="milliseconds">
144 <summary>
145 Duration of time between calls to DnsConfigService::InvalidateHosts.
146 </summary>
147 </histogram>
148
149 <histogram name="AsyncDNS.HostsParseDuration" units="milliseconds">
150 <summary>Duration of time spent parsing DnsHosts.</summary>
151 </histogram>
152
153 <histogram name="AsyncDNS.HostsParseWin" enum="AsyncDNSHostsParseWin">
154 <summary>
155 Counts of results of parsing DnsHosts in DnsConfigServiceWin.
156 </summary>
157 </histogram>
158
159 <histogram name="AsyncDNS.HostsSize" units="bytes">
160 <summary>
161 The size of the HOSTS file observed before each attempt to parse it.
162 </summary>
163 </histogram>
164
165 <histogram name="AsyncDNS.JobQueueTime" units="milliseconds">
166 <summary>
167 Time elapsed between the time the HostResolverImpl::Job was created and the
168 time the Job was started (using DnsClient).
169 </summary>
170 </histogram>
171
172 <histogram name="AsyncDNS.JobQueueTime_HIGHEST" units="milliseconds">
173 <summary>
174 Time elapsed between the time the HostResolverImpl::Job was created and the
175 time the Job was started (using DnsClient). Includes only Jobs which had
176 priority HIGHEST when started.
177 </summary>
178 </histogram>
179
180 <histogram name="AsyncDNS.JobQueueTime_IDLE" units="milliseconds">
181 <summary>
182 Time elapsed between the time the HostResolverImpl::Job was created and the
183 time the Job was started (using DnsClient). Includes only Jobs which had
184 priority IDLE when started.
185 </summary>
186 </histogram>
187
188 <histogram name="AsyncDNS.JobQueueTime_LOW" units="milliseconds">
189 <summary>
190 Time elapsed between the time the HostResolverImpl::Job was created and the
191 time the Job was started (using DnsClient). Includes only Jobs which had
192 priority LOW when started.
193 </summary>
194 </histogram>
195
196 <histogram name="AsyncDNS.JobQueueTime_LOWEST" units="milliseconds">
197 <summary>
198 Time elapsed between the time the HostResolverImpl::Job was created and the
199 time the Job was started (using DnsClient). Includes only Jobs which had
200 priority LOWEST when started.
201 </summary>
202 </histogram>
203
204 <histogram name="AsyncDNS.JobQueueTime_MEDIUM" units="milliseconds">
205 <summary>
206 Time elapsed between the time the HostResolverImpl::Job was created and the
207 time the Job was started (using DnsClient). Includes only Jobs which had
208 priority MEDIUM when started.
209 </summary>
210 </histogram>
211
212 <histogram name="AsyncDNS.JobQueueTimeAfterChange" units="milliseconds">
213 <summary>
214 Time elapsed between the last time the priority of a HostResolverImpl::Job
215 changed (when a Request was attached or detached) and the time the Job was
216 started (using DnsClient).
217 </summary>
218 </histogram>
219
220 <histogram name="AsyncDNS.JobQueueTimeAfterChange_HIGHEST" units="milliseconds">
221 <summary>
222 Time elapsed between the last time the priority of a HostResolverImpl::Job
223 changed (when a Request was attached or detached) and the time the Job was
224 started (using DnsClient). Includes only Jobs which had priority HIGHEST
225 when started.
226 </summary>
227 </histogram>
228
229 <histogram name="AsyncDNS.JobQueueTimeAfterChange_IDLE" units="milliseconds">
230 <summary>
231 Time elapsed between the last time the priority of a HostResolverImpl::Job
232 changed (when a Request was attached or detached) and the time the Job was
233 started (using DnsClient). Includes only Jobs which had priority IDLE when
234 started.
235 </summary>
236 </histogram>
237
238 <histogram name="AsyncDNS.JobQueueTimeAfterChange_LOW" units="milliseconds">
239 <summary>
240 Time elapsed between the last time the priority of a HostResolverImpl::Job
241 changed (when a Request was attached or detached) and the time the Job was
242 started (using DnsClient). Includes only Jobs which had priority LOW when
243 started.
244 </summary>
245 </histogram>
246
247 <histogram name="AsyncDNS.JobQueueTimeAfterChange_LOWEST" units="milliseconds">
248 <summary>
249 Time elapsed between the last time the priority of a HostResolverImpl::Job
250 changed (when a Request was attached or detached) and the time the Job was
251 started (using DnsClient). Includes only Jobs which had priority LOWEST when
252 started.
253 </summary>
254 </histogram>
255
256 <histogram name="AsyncDNS.JobQueueTimeAfterChange_MEDIUM" units="milliseconds">
257 <summary>
258 Time elapsed between the last time the priority of a HostResolverImpl::Job
259 changed (when a Request was attached or detached) and the time the Job was
260 started (using DnsClient). Includes only Jobs which had priority MEDIUM when
261 started.
262 </summary>
263 </histogram>
264
265 <histogram name="AsyncDNS.ParseToAddressList" enum="AsyncDNSParseResult">
266 <summary>
267 Counts of results of parsing addresses out of DNS responses in successful
268 DnsTransactions.
269 </summary>
270 </histogram>
271
272 <histogram name="AsyncDNS.ResolveError" enum="NetErrorCodes">
273 <summary>
274 Counts of specific error codes returned by DnsTask if a subsequent ProcTask
275 succeeded.
276 </summary>
277 </histogram>
278
279 <histogram name="AsyncDNS.ResolveFail" units="milliseconds">
280 <summary>
281 Duration of time taken by DnsTask in resolutions that failed. Excludes time
282 spent in the subsequent fallback.
283 </summary>
284 </histogram>
285
286 <histogram name="AsyncDNS.ResolveStatus" enum="AsyncDNSResolveStatus">
287 <summary>
288 Counts of the overall results of using asynchronous DNS in HostResolverImpl.
289 This only includes jobs started with valid DNS configuration and excludes
290 synchronous resolutions (as IP literals, from cache, and from HOSTS).
291 </summary>
292 </histogram>
293
294 <histogram name="AsyncDNS.ResolveSuccess" units="milliseconds">
295 <summary>
296 Duration of time taken by DnsTask in resolutions that succeeded.
297 </summary>
298 </histogram>
299
300 <histogram name="AsyncDNS.ResolveSuccess_FAMILY_IPV4" units="milliseconds">
301 <summary>
302 Same as AsyncDNS.ResolveSuccess, but limited to pure IPv4 lookups.
303 </summary>
304 </histogram>
305
306 <histogram name="AsyncDNS.ResolveSuccess_FAMILY_IPV6" units="milliseconds">
307 <summary>
308 Same as AsyncDNS.ResolveSuccess, but limited to pure IPv6 lookups.
309 </summary>
310 </histogram>
311
312 <histogram name="AsyncDNS.ResolveSuccess_FAMILY_UNSPEC" units="milliseconds">
313 <summary>
314 Same as AsyncDNS.ResolveSuccess, but limited to IPv4/IPv6 lookups.
315 </summary>
316 </histogram>
317
318 <histogram name="AsyncDNS.SortFailure" units="milliseconds">
319 <summary>
320 Duration of time taken in failing calls to AddressSorter in dual-stack
321 resolutions using DnsTask.
322 </summary>
323 </histogram>
324
325 <histogram name="AsyncDNS.SortSuccess" units="milliseconds">
326 <summary>
327 Duration of time taken in successful calls to AddressSorter in dual-stack
328 resolutions using DnsTask.
329 </summary>
330 </histogram>
331
332 <histogram name="AsyncDNS.TotalTime" units="milliseconds">
333 <summary>
334 Duration of time since a HostResolverImpl::Resolve request to the time a
335 result is posted. Excludes canceled, evicted, and aborted requests. Includes
336 cache hits (recorded as 0). Excludes speculative requests.
337 </summary>
338 </histogram>
339
340 <histogram name="AsyncDNS.TotalTime_speculative" units="milliseconds">
341 <summary>
342 Duration of time since a HostResolverImpl::Resolve request to the time a
343 result is posted. Excludes canceled, evicted, and aborted requests. Includes
344 cache hits (recorded as 0). Speculative requests only.
345 </summary>
346 </histogram>
347
348 <histogram name="AsyncDNS.TransactionFailure" units="milliseconds">
349 <summary>
350 Duration of time taken in failing DnsTransactions. This includes server
351 failures, timeouts and NXDOMAIN results.
352 </summary>
353 </histogram>
354
355 <histogram name="AsyncDNS.TransactionSuccess" units="milliseconds">
356 <summary>
357 Duration of time taken in successful DnsTransactions. This includes all
358 NOERROR answers, even if they indicate the name has no addresses or they
359 cannot be parsed.
360 </summary>
361 </histogram>
362
363 <histogram name="AsyncDNS.TransactionSuccess_A" units="milliseconds">
364 <summary>
365 Same as AsyncDNS.TransactionSuccess but limited to A query type.
366 </summary>
367 </histogram>
368
369 <histogram name="AsyncDNS.TransactionSuccess_AAAA" units="milliseconds">
370 <summary>
371 Same as AsyncDNS.TransactionSuccess but limited to AAAA query type.
372 </summary>
373 </histogram>
374
375 <histogram name="AsyncDNS.TTL" units="milliseconds">
376 <summary>
377 TTL of the resolved addresses, as in the response received from the server.
378 For results served from local cache, the TTL is from the original response.
379 </summary>
380 </histogram>
381
382 <histogram name="AsyncDNS.UDPAttemptFail" units="milliseconds">
383 <summary>
384 Duration of time taken by DnsUDPAttempt in failed attempts. Excludes
385 timeouts.
386 </summary>
387 </histogram>
388
389 <histogram name="AsyncDNS.UDPAttemptSuccess" units="milliseconds">
390 <summary>
391 Duration of time taken by DnsUDPAttempt in successful attempts. Includes
392 responses arriving after timeout, if multiple attempts are allowed.
393 </summary>
394 </histogram>
395
396 <histogram name="AsyncDNS.UnchangedConfigInterval" units="milliseconds">
397 <summary>
398 Duration of time since the last empty config result to the time a non-change
399 OnConfigChange is received.
400 </summary>
401 </histogram>
402
403 <histogram name="AsyncDNS.UnchangedHostsInterval" units="milliseconds">
404 <summary>
405 Duration of time since the last empty config result to the time a non-change
406 OnHostsChange is received.
407 </summary>
408 </histogram>
409
58 <histogram name="Autocheckout.Bubble" enum="AutocheckoutBubble"> 410 <histogram name="Autocheckout.Bubble" enum="AutocheckoutBubble">
59 <summary> 411 <summary>
60 Measures the frequency of user interactions with the Autocheckout bubble, 412 Measures the frequency of user interactions with the Autocheckout bubble,
61 which prompts users to invoke Autocheckout on supported websites. 413 which prompts users to invoke Autocheckout on supported websites.
62 </summary> 414 </summary>
63 </histogram> 415 </histogram>
64 416
65 <histogram name="Autocheckout.BuyFlow" enum="AutocheckoutBuyFlow"> 417 <histogram name="Autocheckout.BuyFlow" enum="AutocheckoutBuyFlow">
66 <summary> 418 <summary>
67 Measures the frequency of final states reached in Autocheckout buy flow. 419 Measures the frequency of final states reached in Autocheckout buy flow.
(...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after
487 <histogram name="DiskCache.TotalIOTime" units="milliseconds"> 839 <histogram name="DiskCache.TotalIOTime" units="milliseconds">
488 <obsolete> 840 <obsolete>
489 Deprecated. 841 Deprecated.
490 </obsolete> 842 </obsolete>
491 <summary> 843 <summary>
492 The total time it takes to perform a payload IO operation, for the regular 844 The total time it takes to perform a payload IO operation, for the regular
493 disk cache. 845 disk cache.
494 </summary> 846 </summary>
495 </histogram> 847 </histogram>
496 848
849 <histogram name="DNS.AttemptCancelled">
850 <summary>
851 The attempt which completed after the job was already cancelled.
852 </summary>
853 </histogram>
854
855 <histogram name="DNS.AttemptDiscarded">
856 <summary>
857 The attempt which completed after the job was already cancelled OR the
858 attempt that has finished after host resolution was already completed by an
859 earlier attempt.
860 </summary>
861 </histogram>
862
863 <histogram name="DNS.AttemptFailDuration" units="milliseconds">
864 <summary>
865 Duration of time taken in OS resolutions for actual navigations. These
866 attempts which completed after the job was already canceled OR after the job
867 was already completed by an earlier attempt. Note that cached resolutions
868 may provide low (0ms?) resolution times.
869 </summary>
870 </histogram>
871
872 <histogram name="DNS.AttemptFailure">
873 <summary>The attempt that has not resolved the host successfully.</summary>
874 </histogram>
875
876 <histogram name="DNS.AttemptFirstFailure">
877 <summary>
878 The attempt that resolved the host first and the resolution was not
879 successful.
880 </summary>
881 </histogram>
882
883 <histogram name="DNS.AttemptFirstSuccess">
884 <summary>
885 The attempt that resolved the host first and the resolution was successful.
886 </summary>
887 </histogram>
888
889 <histogram name="DNS.AttemptSuccess">
890 <summary>The attempt that has resolved the host successfully.</summary>
891 </histogram>
892
893 <histogram name="DNS.AttemptSuccessDuration" units="milliseconds">
894 <summary>
895 Duration of time taken in OS resolutions that succeeded and were requested
896 for actual navigations. These attempts which completed after the job was
897 already canceled OR after the job was already completed by an earlier
898 attempt. Note that cached resolutions may provide low (0ms?) resolution
899 times.
900 </summary>
901 </histogram>
902
903 <histogram name="DNS.AttemptTimeSavedByRetry" units="milliseconds">
904 <summary>
905 This histogram shows the time saved by having spawned an extra attempt, when
906 the first attempt didn't finish before retry attempt.
907 </summary>
908 </histogram>
909
910 <histogram name="DNS.CacheEvicted" units="milliseconds">
911 <summary>
912 The time left to expiration of an entry when it is removed while compacting
913 the HostCache.
914 </summary>
915 </histogram>
916
917 <histogram name="DNS.CacheExpired" units="milliseconds">
918 <summary>
919 The time since expiration of an entry when it is removed while compacting
920 the HostCache.
921 </summary>
922 </histogram>
923
924 <histogram name="DNS.CacheExpiredOnGet" units="milliseconds">
925 <summary>
926 The time since expiration of an entry when it is removed on lookup.
927 </summary>
928 </histogram>
929
930 <histogram name="DNS.EmptyAddressListAndNoError">
931 <summary>
932 Host Resolver OnLookupComplete got empty address list, and no error.
933 </summary>
934 </histogram>
Ilya Sherman 2013/05/14 22:01:50 Please move this into a separate CL.
mef 2013/05/15 15:59:00 Done.
935
936 <histogram name="DNS.IndependentFailedNavigation" units="milliseconds">
937 <summary>
938 When either a pre-resolution was not done recently enough to provide
939 benefit, or the the corresponding pre-resolution is still pending, this
940 histogram shows the duration of time used to resolve a hostname as not
941 existing during a failed attempt to navigate to (GET) a URL. In newer
942 versions, if the hostname has never been found as a link during a page scan,
943 and it has a referring URL, then it is added to referrer list data structure
944 (hoping we'll do better next time).
945 </summary>
946 </histogram>
947
948 <histogram name="DNS.IndependentNavigation" units="milliseconds">
949 <summary>
950 When either a pre-resolution was not done recently enough to provide
951 benefit, or the the corresponding pre-resolution is still pending, this
952 histogram shows the duration of the duration of time used to resolve a
953 hostname to navigate to (GET) a URL. In newer versions, if the hostname has
954 never been found as a link during a page scan, and it has a referring URL,
955 then it is added to referrer list data structure (hoping we'll do better
956 next time).
957 </summary>
958 </histogram>
959
960 <histogram name="DNS.JobQueueTime" units="milliseconds">
961 <summary>
962 Time elapsed between the time the HostResolverImpl::Job was created and the
963 time the Job was started (a getaddrinfo call was dispatched to the thread
964 pool).
965 </summary>
966 </histogram>
967
968 <histogram name="DNS.JobQueueTime_HIGHEST" units="milliseconds">
969 <summary>
970 Time elapsed between the time the HostResolverImpl::Job was created and the
971 time the Job was started (a getaddrinfo call was dispatched to the thread
972 pool). Includes only Jobs which had priority HIGHEST when started.
973 </summary>
974 </histogram>
975
976 <histogram name="DNS.JobQueueTime_IDLE" units="milliseconds">
977 <summary>
978 Time elapsed between the time the HostResolverImpl::Job was created and the
979 time the Job was started (a getaddrinfo call was dispatched to the thread
980 pool). Includes only Jobs which had priority IDLE when started.
981 </summary>
982 </histogram>
983
984 <histogram name="DNS.JobQueueTime_LOW" units="milliseconds">
985 <summary>
986 Time elapsed between the time the HostResolverImpl::Job was created and the
987 time the Job was started (a getaddrinfo call was dispatched to the thread
988 pool). Includes only Jobs which had priority LOW when started.
989 </summary>
990 </histogram>
991
992 <histogram name="DNS.JobQueueTime_LOWEST" units="milliseconds">
993 <summary>
994 Time elapsed between the time the HostResolverImpl::Job was created and the
995 time the Job was started (a getaddrinfo call was dispatched to the thread
996 pool). Includes only Jobs which had priority LOWEST when started.
997 </summary>
998 </histogram>
999
1000 <histogram name="DNS.JobQueueTime_MEDIUM" units="milliseconds">
1001 <summary>
1002 Time elapsed between the time the HostResolverImpl::Job was created and the
1003 time the Job was started (a getaddrinfo call was dispatched to the thread
1004 pool). Includes only Jobs which had priority MEDIUM when started.
1005 </summary>
1006 </histogram>
1007
1008 <histogram name="DNS.JobQueueTimeAfterChange" units="milliseconds">
1009 <summary>
1010 Time elapsed between the last time the priority of a HostResolverImpl::Job
1011 changed (when a Request was attached or detached) and the time the Job was
1012 started (a getaddrinfo call was dispatched to the thread pool).
1013 </summary>
1014 </histogram>
1015
1016 <histogram name="DNS.JobQueueTimeAfterChange_HIGHEST" units="milliseconds">
1017 <summary>
1018 Time elapsed between the last time the priority of a HostResolverImpl::Job
1019 changed (when a Request was attached or detached) and the time the Job was
1020 started (a getaddrinfo call was dispatched to the thread pool). Includes
1021 only Jobs which had priority HIGHEST when started.
1022 </summary>
1023 </histogram>
1024
1025 <histogram name="DNS.JobQueueTimeAfterChange_IDLE" units="milliseconds">
1026 <summary>
1027 Time elapsed between the last time the priority of a HostResolverImpl::Job
1028 changed (when a Request was attached or detached) and the time the Job was
1029 started (a getaddrinfo call was dispatched to the thread pool). Includes
1030 only Jobs which had priority IDLE when started.
1031 </summary>
1032 </histogram>
1033
1034 <histogram name="DNS.JobQueueTimeAfterChange_LOW" units="milliseconds">
1035 <summary>
1036 Time elapsed between the last time the priority of a HostResolverImpl::Job
1037 changed (when a Request was attached or detached) and the time the Job was
1038 started (a getaddrinfo call was dispatched to the thread pool). Includes
1039 only Jobs which had priority LOW when started.
1040 </summary>
1041 </histogram>
1042
1043 <histogram name="DNS.JobQueueTimeAfterChange_LOWEST" units="milliseconds">
1044 <summary>
1045 Time elapsed between the last time the priority of a HostResolverImpl::Job
1046 changed (when a Request was attached or detached) and the time the Job was
1047 started (a getaddrinfo call was dispatched to the thread pool). Includes
1048 only Jobs which had priority LOWEST when started.
1049 </summary>
1050 </histogram>
1051
1052 <histogram name="DNS.JobQueueTimeAfterChange_MEDIUM" units="milliseconds">
1053 <summary>
1054 Time elapsed between the last time the priority of a HostResolverImpl::Job
1055 changed (when a Request was attached or detached) and the time the Job was
1056 started (a getaddrinfo call was dispatched to the thread pool). Includes
1057 only Jobs which had priority MEDIUM when started.
1058 </summary>
1059 </histogram>
1060
1061 <histogram name="DNS.PrefetchCacheEviction" units="milliseconds">
1062 <summary>
1063 The duration of time used (most recently) to pre-resolve a hostname, when
1064 the prefetched resolution was apparently evicted from the cache. The
1065 included samples only list pre-resolution times when the later
1066 navigations/fetches took in excess of 15ms.
1067 </summary>
1068 </histogram>
1069
1070 <histogram name="DNS.PrefetchCacheEvictionL" units="milliseconds">
1071 <summary>
1072 The duration of time used (most recently) to pre-resolve a hostname, when
1073 the prefetched resolution was apparently evicted from the cache. The
1074 included samples only list pre-resolution times when the later
1075 navigations/fetches took in excess of 15ms.
1076 </summary>
1077 </histogram>
1078
1079 <histogram name="DNS.PrefetchFoundName">
1080 <summary>Replaced by DNS.PrefetchFoundNameL.</summary>
1081 </histogram>
1082
1083 <histogram name="DNS.PrefetchFoundNameL" units="milliseconds">
1084 <obsolete>
1085 Deprecated 2/2010, and replaced by DNS.PrefetchResolution
1086 </obsolete>
1087 <summary>
1088 The duration of time used by the DNS pre-resolving threads to resolve a host
1089 name via the network. Any resolutions that are faster than 15ms are
1090 considered to be local cache hits, not requiring network access, and are not
1091 included in this histogram. This histogram is most useful for estimating the
1092 typical cost of a name resolution, but it also estimates the total number of
1093 network-based resolutions induced by this feature. Not all these
1094 resolutions prove helpful (i.e., the user does not always actually visit the
1095 resolved hostnames).
1096 </summary>
1097 </histogram>
1098
1099 <histogram name="DNS.PrefetchNegativeHit">
1100 <summary>Replaced by DNS.PrefetchNegativeHitL.</summary>
1101 </histogram>
1102
1103 <histogram name="DNS.PrefetchNegativeHitL" units="milliseconds">
1104 <summary>
1105 The duration of time saved due to DNS pre-resolving in the &quot;name not
1106 found&quot; case. Time &quot;savings&quot; shown in the histogram are
1107 defined to be the difference between the DNS pre-resolution duration, and
1108 the DNS resolution duration seen during a navigation. These cache hits only
1109 list events where the DNS pre-resolve duration for a host was in excess of
1110 15ms (i.e., the network was consulted), and the actual DNS resolution (when
1111 a user attempted to navigate to a link with the same host name) took less
1112 than 15ms (i.e., the network was not consulted), which means the gain was a
1113 result of a &quot;cache hit&quot; in the OS cache. For some users with
1114 LANs, all negative results (even when the DNS cache might otherwise help)
1115 take about 2.5 seconds (due to timeouts for netbios broadcasts), and hence
1116 no savings are possible (or shown) for such users in this category.
1117 </summary>
1118 </histogram>
1119
1120 <histogram name="DNS.PrefetchPositiveHit">
1121 <summary>Replaced by DNS.PrefetchPositiveHitL.</summary>
1122 </histogram>
1123
1124 <histogram name="DNS.PrefetchPositiveHitL" units="milliseconds">
1125 <summary>
1126 The duration of time saved due to DNS pre-resolving in the &quot;name was
1127 found&quot; case, and induced by either a page scan for a link or an omnibox
1128 entry by the user. Time &quot;savings&quot; shown in the histogram are
1129 defined to be the difference between the DNS pre-resolution duration, and
1130 the DNS resolution duration seen during a navigation. These cache hits only
1131 list events where the DNS pre-resolve duration for a host was in excess of
1132 15ms (i.e., the network was consulted), and the actual DNS resolution (when
1133 a user attempted to navigate to a link with the same host name) took less
1134 than 15ms (i.e., the network was not consulted), which means the gain was a
1135 result of a &quot;cache hit&quot; in the OS cache.
1136 </summary>
1137 </histogram>
1138
1139 <histogram name="DNS.PrefetchQueue" units="milliseconds">
1140 <summary>
1141 The duration of time spent by a proposed resolution waiting in the queue to
1142 be resolved. This number is in addition to any DNS resolution time that may
1143 come later.
1144 </summary>
1145 </histogram>
1146
1147 <histogram name="DNS.PrefetchReferredPositiveHit" units="milliseconds">
1148 <summary>
1149 The duration of time saved due to DNS pre-resolving in the &quot;name was
1150 found&quot; case, and induced by predicting (using referrer lists) that a
1151 resolution was needed. Time &quot;savings&quot; shown in the histogram are
1152 defined to be the difference between the DNS pre-resolution duration, and
1153 the DNS resolution duration seen during a navigation. These cache hits only
1154 list events where the DNS pre-resolve duration for a host was in excess of
1155 15ms (i.e., the network was consulted), and the actual DNS resolution (when
1156 a user attempted to navigate to a link with the same host name) took less
1157 than 15ms (i.e., the network was not consulted), which means the gain was a
1158 result of a &quot;cache hit&quot; in the OS cache.
1159 </summary>
1160 </histogram>
1161
1162 <histogram name="DNS.PrefetchResolution" units="milliseconds">
1163 <summary>
1164 The duration of time used by the DNS pre-resolving threads to resolve a host
1165 name via the network. Any resolutions that are faster than 15ms are
1166 considered to be local cache hits, not requiring network access, and are not
1167 included in this histogram. This histogram is most useful for estimating the
1168 typical cost of a name resolution, but it also estimates the total number of
1169 network-based resolutions induced by this feature. Not all these
1170 resolutions prove helpful (i.e., the user does not always actually visit the
1171 resolved hostnames).
1172 </summary>
1173 </histogram>
1174
1175 <histogram name="DNS.QueueRecycledDeltaOver2">
1176 <summary>
1177 When, due to congestion avoidance, a queued pre-resolution is abandoned
1178 (recycled) without actually being resolved, this histograms records the age
1179 in the queue of that entry. Only times over 2 seconds are recorded in this
1180 histogram.
1181 </summary>
1182 </histogram>
1183
1184 <histogram name="DNS.QueueRecycledUnder2">
1185 <summary>
1186 When, due to congestion avoidance, a queued pre-resolution is abandoned
1187 (recycled) without actually being resolved, this histograms records the age
1188 in the queue of that entry. Only times less than or equal to 2 seconds are
1189 recorded in this histogram.
1190 </summary>
1191 </histogram>
1192
1193 <histogram name="DNS.ResolveCategory" enum="ResolutionCategory">
1194 <summary>
1195 Counts of successes and failures of OS resolutions in various categories.
1196 </summary>
1197 </histogram>
1198
1199 <histogram name="DNS.ResolveFail" units="milliseconds">
1200 <summary>
1201 Duration of time taken in OS resolutions for actual navigations. Note that
1202 cached OS resolutions may provide low (0ms?) resolution times.
1203 </summary>
1204 </histogram>
1205
1206 <histogram name="DNS.ResolveFail_FAMILY_IPV4" units="milliseconds">
1207 <summary>Same as DNS.ResolveFail, but limited to pure IPv4 lookups.</summary>
1208 </histogram>
1209
1210 <histogram name="DNS.ResolveFail_FAMILY_IPV6" units="milliseconds">
1211 <summary>Same as DNS.ResolveFail, but limited to pure IPv6 lookups.</summary>
1212 </histogram>
1213
1214 <histogram name="DNS.ResolveFail_FAMILY_UNSPEC" units="milliseconds">
1215 <summary>Same as DNS.ResolveFail, but limited to IPv4/IPv6 lookups.</summary>
1216 </histogram>
1217
1218 <histogram name="DNS.ResolveSpeculativeFail" units="milliseconds">
1219 <summary>
1220 Duration of time taken in speculative OS resolutions. Note that cached OS
1221 resolutions may provide low (0ms?) resolution times.
1222 </summary>
1223 </histogram>
1224
1225 <histogram name="DNS.ResolveSpeculativeSuccess" units="milliseconds">
1226 <summary>
1227 Duration of time taken in speculative OS resolution that succeeded. Note
1228 that cached resolutions may provide low (0ms?) resolution times.
1229 </summary>
1230 </histogram>
1231
1232 <histogram name="DNS.ResolveSuccess" units="milliseconds">
1233 <summary>
1234 Duration of time taken in OS resolutions that succeeded and were requested
1235 for actual navigations. Note that cached resolutions may provide low (0ms?)
1236 resolution times.
1237 </summary>
1238 </histogram>
1239
1240 <histogram name="DNS.ResolveSuccess_FAMILY_IPV4" units="milliseconds">
1241 <summary>
1242 Same as DNS.ResolveSuccess, but limited to pure IPv4 lookups.
1243 </summary>
1244 </histogram>
1245
1246 <histogram name="DNS.ResolveSuccess_FAMILY_IPV6" units="milliseconds">
1247 <summary>
1248 Same as DNS.ResolveSuccess, but limited to pure IPv6 lookups.
1249 </summary>
1250 </histogram>
1251
1252 <histogram name="DNS.ResolveSuccess_FAMILY_UNSPEC" units="milliseconds">
1253 <summary>
1254 Same as DNS.ResolveSuccess, but limited to IPv4/IPv6 lookups.
1255 </summary>
1256 </histogram>
1257
1258 <histogram name="DNS.TotalTime" units="milliseconds">
1259 <summary>
1260 Duration of time since a HostResolverImpl::Resolve request to the time a
1261 result is posted. Excludes canceled, evicted, and aborted requests. Includes
1262 cache hits (recorded as 0). Excludes speculative requests.
1263 </summary>
1264 </histogram>
1265
1266 <histogram name="DNS.TotalTime_speculative" units="milliseconds">
1267 <summary>
1268 Duration of time since a HostResolverImpl::Resolve request to the time a
1269 result is posted. Excludes canceled, evicted, and aborted requests. Includes
1270 cache hits (recorded as 0). Speculative requests only.
1271 </summary>
1272 </histogram>
1273
1274 <histogram name="DNS.UnexpectedResolution">
1275 <summary>
1276 In some cases, such as when content arrives with embedded references to
1277 other servers, the prefetch system can't (or doesn't) attempt to pre-resolve
1278 the hostnames. As an example, a visit to www.cnn.com will fetch content
1279 with references to about 12 additional hostnames, none of which are
1280 currently anticipated. Such resolutions are termed &quot;Unexpected
1281 Resolutions,&quot; and the durations associated with those DNS resolutions
1282 are shown below. Future features may attempt to learn (from prior
1283 experience locally, or from server provided hints), what secondary hostname
1284 resolutions should be done when a primary resolution (or navigation) takes
1285 place. This histogram shows what the potential savings are that
1286 &quot;remain on the table&quot; until we employ some of these more advanced
1287 features.
1288 </summary>
1289 </histogram>
1290
1291 <histogram name="DNS.UnexpectedResolutionL">
1292 <summary>
1293 In some cases, such as when content arrives with embedded references to
1294 other servers, or when a page (such as one in SSL) preclude scanning and
1295 prefetching, the prefetch system can't (or doesn't) attempt to pre-resolve
1296 the hostnames. As an example, a visit to www.cnn.com will fetch content
1297 with references to about 12 additional hostnames, none of which might be
1298 anticipated. Similarly, clicking on a link in an SSL page won't be
1299 anticipated (since scanning in not allowed by default). Such resolutions are
1300 termed &quot;Unexpected Resolutions,&quot; and the durations associated with
1301 those navigation induced DNS resolutions are shown below. If a referring
1302 URL is available for the navigation, the relationship to the referring URL
1303 was recorded, and future navigations to the referring hostname would have
1304 induced a pre-resolution of hostname that caused an entry below. Such any
1305 entry may facilitate future listing in the ReferredPositiveHit histogram.
1306 </summary>
1307 </histogram>
1308
1309 <histogram name="DnsProbe.Probe.Elapsed" units="ms">
1310 <summary>Time between starting and finishing DNS probe.</summary>
1311 </histogram>
1312
1313 <histogram name="DnsProbe.Probe.NcnOffline.Elapsed" units="ms">
1314 <summary>
1315 Time between starting and finishing DNS probe when NCN says we're offline.
1316 </summary>
1317 </histogram>
1318
1319 <histogram name="DnsProbe.Probe.NcnOffline.Result" enum="DnsProbe.Probe.Result">
1320 <summary>
1321 Result of DNS probes sent by the probe service when NCN says we're offline.
1322 </summary>
1323 </histogram>
1324
1325 <histogram name="DnsProbe.Probe.NcnOnline.Elapsed" units="ms">
1326 <summary>
1327 Time between starting and finishing DNS probe when NCN says we're online.
1328 </summary>
1329 </histogram>
1330
1331 <histogram name="DnsProbe.Probe.NcnOnline.Result" enum="DnsProbe.Probe.Result">
1332 <summary>
1333 Result of DNS probes sent by the probe service when NCN says we're online.
1334 </summary>
1335 </histogram>
1336
1337 <histogram name="DnsProbe.Probe.Result" enum="DnsProbe.Probe.Result">
1338 <summary>Result of DNS probes sent by the probe service.</summary>
1339 </histogram>
1340
1341 <histogram name="DnsProbe.Probe.ResultBadConfig.Elapsed" units="ms">
1342 <summary>Elapsed time of DNS probes that return PROBE_BAD_CONFIG.</summary>
1343 </histogram>
1344
1345 <histogram name="DnsProbe.Probe.ResultBadConfig.SystemIsLocalhost"
1346 enum="DnsProbe.Probe.SystemIsLocalhost">
1347 <summary>
1348 Whether the only nameserver in the system DNS config was 127.0.0.1 when the
1349 probe result was BAD_CONFIG.
1350 </summary>
1351 </histogram>
1352
1353 <histogram name="DnsProbe.Probe.ResultBadConfig.SystemJobResult"
1354 enum="DnsProbe.Job.Result">
1355 <summary>
1356 The result of the system probe job when the overall probe result was
1357 BAD_CONFIG.
1358 </summary>
1359 </histogram>
1360
1361 <histogram name="DnsProbe.Probe.ResultBadConfig.SystemNameserverCount">
1362 <summary>
1363 The number of nameservers in the system DNS config when the probe result was
1364 BAD_CONFIG.
1365 </summary>
1366 </histogram>
1367
1368 <histogram name="DnsProbe.Probe.ResultNoInternet.Elapsed" units="ms">
1369 <summary>Elapsed time of DNS probes that return PROBE_NO_INTERNET.</summary>
1370 </histogram>
1371
1372 <histogram name="DnsProbe.Probe.ResultNxdomain.Elapsed" units="ms">
1373 <summary>Elapsed time of DNS probes that return PROBE_NXDOMAIN.</summary>
1374 </histogram>
1375
1376 <histogram name="DnsProbe.Probe.ResultUnknown.Elapsed" units="ms">
1377 <summary>Elapsed time of DNS probes that return PROBE_UNKNOWN.</summary>
1378 </histogram>
1379
497 <histogram name="DomainBoundCerts.DBLoadedCount"> 1380 <histogram name="DomainBoundCerts.DBLoadedCount">
498 <summary>Number of certs loaded from domain bound cert database.</summary> 1381 <summary>Number of certs loaded from domain bound cert database.</summary>
499 </histogram> 1382 </histogram>
500 1383
501 <histogram name="DomainBoundCerts.DBLoadTime" units="ms"> 1384 <histogram name="DomainBoundCerts.DBLoadTime" units="ms">
502 <summary>Time spent loading domain bound cert database.</summary> 1385 <summary>Time spent loading domain bound cert database.</summary>
503 </histogram> 1386 </histogram>
504 1387
505 <histogram name="DomainBoundCerts.DBSizeInKB" units="KB"> 1388 <histogram name="DomainBoundCerts.DBSizeInKB" units="KB">
506 <summary> 1389 <summary>
(...skipping 6913 matching lines...) Expand 10 before | Expand all | Expand 10 after
7420 <int value="3" label="TrimMemoryComplete"/> 8303 <int value="3" label="TrimMemoryComplete"/>
7421 </enum> 8304 </enum>
7422 8305
7423 <enum name="AndroidMemoryNotificationForeground" type="int"> 8306 <enum name="AndroidMemoryNotificationForeground" type="int">
7424 <int value="0" label="TrimMemoryRunningModerate"/> 8307 <int value="0" label="TrimMemoryRunningModerate"/>
7425 <int value="1" label="TrimMemoryRunningLow"/> 8308 <int value="1" label="TrimMemoryRunningLow"/>
7426 <int value="2" label="TrimMemoryRunningCritical"/> 8309 <int value="2" label="TrimMemoryRunningCritical"/>
7427 <int value="3" label="LowMemory"/> 8310 <int value="3" label="LowMemory"/>
7428 </enum> 8311 </enum>
7429 8312
8313 <enum name="AsyncDNSConfigParsePosix" type="int">
8314 <int value="0" label="OK"/>
8315 <int value="1" label="RES_INIT_FAILED"/>
8316 <int value="2" label="RES_INIT_UNSET"/>
8317 <int value="3" label="BAD_ADDRESS"/>
8318 <int value="4" label="BAD_EXT_STRUCT"/>
8319 <int value="5" label="NULL_ADDRESS"/>
8320 <int value="6" label="NO_NAMESERVERS"/>
8321 <int value="7" label="MISSING_OPTIONS"/>
8322 <int value="8" label="UNHANDLED_OPTIONS"/>
8323 </enum>
8324
8325 <enum name="AsyncDNSConfigParseWin" type="int">
8326 <int value="0" label="OK"/>
8327 <int value="1" label="READ_IPHELPER"/>
8328 <int value="2" label="READ_POLICY_SEARCHLIST"/>
8329 <int value="3" label="READ_TCPIP_SEARCHLIST"/>
8330 <int value="4" label="READ_DOMAIN"/>
8331 <int value="5" label="READ_POLICY_DEVOLUTION"/>
8332 <int value="6" label="READ_DNSCACHE_DEVOLUTION"/>
8333 <int value="7" label="READ_TCPIP_DEVOLUTION"/>
8334 <int value="8" label="READ_APPEND_MULTILABEL"/>
8335 <int value="9" label="READ_PRIMARY_SUFFIX"/>
8336 <int value="10" label="BAD_ADDRESS"/>
8337 <int value="11" label="NO_NAMESERVERS"/>
8338 </enum>
8339
8340 <enum name="AsyncDNSHostsParseWin" type="int">
8341 <int value="0" label="OK"/>
8342 <int value="1" label="UNREADABLE_HOSTS_FILE"/>
8343 <int value="2" label="COMPUTER_NAME_FAILED"/>
8344 <int value="3" label="IPHELPER_FAILED"/>
8345 <int value="4" label="BAD_ADDRESS"/>
8346 </enum>
8347
8348 <enum name="AsyncDNSParseResult" type="int">
8349 <summary>Results of DnsResponse::ParseToAddressList.</summary>
8350 <int value="0" label="SUCCESS"/>
8351 <int value="1" label="MALFORMED_RESPONSE"/>
8352 <int value="2" label="MALFORMED_CNAME"/>
8353 <int value="3" label="NAME_MISMATCH"/>
8354 <int value="4" label="SIZE_MISMATCH"/>
8355 <int value="5" label="CNAME_AFTER_ADDRESS"/>
8356 <int value="6" label="ADDRESS_TTL_MISMATCH"/>
8357 <int value="7" label="NO_ADDRESSES"/>
8358 </enum>
8359
8360 <enum name="AsyncDNSResolveStatus" type="int">
8361 <int value="0" label="DNS_SUCCESS">Succeeded with async DNS.</int>
8362 <int value="1" label="PROC_SUCCESS">
8363 Succeeded with getaddrinfo after async DNS failed.
8364 </int>
8365 <int value="2" label="FAIL">Both async DNS and getaddrinfo failed.</int>
8366 <int value="3" label="SUSPECT_NETBIOS">
8367 Same as PROC_SUCCESS except the hostname fits NetBIOS name criteria.
8368 </int>
8369 </enum>
8370
7430 <enum name="AudioRendererEvents" type="int"> 8371 <enum name="AudioRendererEvents" type="int">
7431 <int value="0" label="Initialized"/> 8372 <int value="0" label="Initialized"/>
7432 <int value="1" label="Runtime error"/> 8373 <int value="1" label="Runtime error"/>
7433 </enum> 8374 </enum>
7434 8375
7435 <enum name="AutocheckoutBubble" type="int"> 8376 <enum name="AutocheckoutBubble" type="int">
7436 <int value="0" label="Created"/> 8377 <int value="0" label="Created"/>
7437 <int value="1" label="Accepted"/> 8378 <int value="1" label="Accepted"/>
7438 <int value="2" label="Dismissed"/> 8379 <int value="2" label="Dismissed"/>
7439 <int value="3" label="Ignored"/> 8380 <int value="3" label="Ignored"/>
(...skipping 441 matching lines...) Expand 10 before | Expand all | Expand 10 after
7881 <int value="1" label="AppLauncher"/> 8822 <int value="1" label="AppLauncher"/>
7882 <int value="2" label="Gmail"/> 8823 <int value="2" label="Gmail"/>
7883 <int value="3" label="Search"/> 8824 <int value="3" label="Search"/>
7884 <int value="4" label="Youtube"/> 8825 <int value="4" label="Youtube"/>
7885 <int value="5" label="Doc"/> 8826 <int value="5" label="Doc"/>
7886 <int value="6" label="Sheets"/> 8827 <int value="6" label="Sheets"/>
7887 <int value="7" label="Slides"/> 8828 <int value="7" label="Slides"/>
7888 <int value="8" label="PlayMusic"/> 8829 <int value="8" label="PlayMusic"/>
7889 </enum> 8830 </enum>
7890 8831
8832 <enum name="DnsProbe.Job.Result" type="int">
8833 <int value="0" label="SERVERS_UNKNOWN"/>
8834 <int value="1" label="SERVERS_CORRECT"/>
8835 <int value="2" label="SERVERS_INCORRECT"/>
8836 <int value="3" label="SERVERS_FAILING"/>
8837 <int value="4" label="SERVERS_UNREACHABLE"/>
8838 </enum>
8839
8840 <enum name="DnsProbe.Probe.Result" type="int">
8841 <int value="0" label="UNKNOWN"/>
8842 <int value="1" label="NO_INTERNET"/>
8843 <int value="2" label="BAD_CONFIG"/>
8844 <int value="3" label="NXDOMAIN"/>
8845 </enum>
8846
8847 <enum name="DnsProbe.Probe.SystemIsLocalhost" type="int">
8848 <int value="0" label="Not just 127.0.0.1">
8849 127.0.0.1 was not the only nameserver in the system DNS config.
8850 </int>
8851 <int value="1" label="Just 127.0.0.1">
8852 127.0.0.1 was the only nameserver in the system DNS config.
8853 </int>
8854 </enum>
8855
7891 <enum name="DomainBoundCerts.GetCertResult" type="int"> 8856 <enum name="DomainBoundCerts.GetCertResult" type="int">
7892 <int value="0" label="SYNC_SUCCESS"/> 8857 <int value="0" label="SYNC_SUCCESS"/>
7893 <int value="1" label="ASYNC_SUCCESS"/> 8858 <int value="1" label="ASYNC_SUCCESS"/>
7894 <int value="2" label="ASYNC_CANCELLED"/> 8859 <int value="2" label="ASYNC_CANCELLED"/>
7895 <int value="3" label="ASYNC_FAILURE_KEYGEN"/> 8860 <int value="3" label="ASYNC_FAILURE_KEYGEN"/>
7896 <int value="4" label="ASYNC_FAILURE_CREATE_CERT"/> 8861 <int value="4" label="ASYNC_FAILURE_CREATE_CERT"/>
7897 <int value="5" label="ASYNC_FAILURE_EXPORT_KEY"/> 8862 <int value="5" label="ASYNC_FAILURE_EXPORT_KEY"/>
7898 <int value="6" label="ASYNC_FAILURE_UNKNOWN"/> 8863 <int value="6" label="ASYNC_FAILURE_UNKNOWN"/>
7899 <int value="7" label="INVALID_ARGUMENT"/> 8864 <int value="7" label="INVALID_ARGUMENT"/>
7900 <int value="8" label="UNSUPPORTED_TYPE"/> 8865 <int value="8" label="UNSUPPORTED_TYPE"/>
(...skipping 2429 matching lines...) Expand 10 before | Expand all | Expand 10 after
10330 <int value="15" label="DOMAIN_GMAIL_COM"/> 11295 <int value="15" label="DOMAIN_GMAIL_COM"/>
10331 <int value="16" label="DOMAIN_GOOGLEMAIL_COM"/> 11296 <int value="16" label="DOMAIN_GOOGLEMAIL_COM"/>
10332 <int value="17" label="DOMAIN_GOOGLEGROUPS_COM"/> 11297 <int value="17" label="DOMAIN_GOOGLEGROUPS_COM"/>
10333 <int value="18" label="DOMAIN_TORPROJECT_ORG"/> 11298 <int value="18" label="DOMAIN_TORPROJECT_ORG"/>
10334 <int value="19" label="DOMAIN_TWITTER_COM"/> 11299 <int value="19" label="DOMAIN_TWITTER_COM"/>
10335 <int value="20" label="DOMAIN_TWIMG_COM"/> 11300 <int value="20" label="DOMAIN_TWIMG_COM"/>
10336 <int value="21" label="DOMAIN_AKAMAIHD_NET"/> 11301 <int value="21" label="DOMAIN_AKAMAIHD_NET"/>
10337 <int value="22" label="DOMAIN_NUM_EVENTS"/> 11302 <int value="22" label="DOMAIN_NUM_EVENTS"/>
10338 </enum> 11303 </enum>
10339 11304
11305 <enum name="ResolutionCategory" type="int">
11306 <int value="0" label="RESOLVE_SUCCESS"/>
11307 <int value="1" label="RESOLVE_FAIL"/>
11308 <int value="2" label="RESOLVE_SPECULATIVE_SUCCESS"/>
11309 <int value="3" label="RESOLVE_SPECULATIVE_FAIL"/>
11310 </enum>
11311
10340 <enum name="SB2BloomFailure" type="int"> 11312 <enum name="SB2BloomFailure" type="int">
10341 <int value="0" label="READ_OPEN"/> 11313 <int value="0" label="READ_OPEN"/>
10342 <int value="1" label="READ_VERSION"/> 11314 <int value="1" label="READ_VERSION"/>
10343 <int value="2" label="READ_NUM_KEYS"/> 11315 <int value="2" label="READ_NUM_KEYS"/>
10344 <int value="3" label="READ_KEY"/> 11316 <int value="3" label="READ_KEY"/>
10345 <int value="4" label="READ_DATA_MINSIZE"/> 11317 <int value="4" label="READ_DATA_MINSIZE"/>
10346 <int value="5" label="READ_DATA_MAXSIZE"/> 11318 <int value="5" label="READ_DATA_MAXSIZE"/>
10347 <int value="6" label="READ_DATA_SHORT"/> 11319 <int value="6" label="READ_DATA_SHORT"/>
10348 <int value="7" label="READ_DATA"/> 11320 <int value="7" label="READ_DATA"/>
10349 </enum> 11321 </enum>
(...skipping 919 matching lines...) Expand 10 before | Expand all | Expand 10 after
11269 <affected-histogram name="Renderer2.StartToFinishDoc"/> 12241 <affected-histogram name="Renderer2.StartToFinishDoc"/>
11270 <affected-histogram name="Renderer2.StartToFirstLayout"/> 12242 <affected-histogram name="Renderer2.StartToFirstLayout"/>
11271 <affected-histogram name="Renderer4.RequestToFinish"> 12243 <affected-histogram name="Renderer4.RequestToFinish">
11272 <with-group name="parallel_4_prefetch"/> 12244 <with-group name="parallel_4_prefetch"/>
11273 </affected-histogram> 12245 </affected-histogram>
11274 <affected-histogram name="Renderer4.StartToFinish"> 12246 <affected-histogram name="Renderer4.StartToFinish">
11275 <with-group name="parallel_4_prefetch"/> 12247 <with-group name="parallel_4_prefetch"/>
11276 </affected-histogram> 12248 </affected-histogram>
11277 </fieldtrial> 12249 </fieldtrial>
11278 12250
12251 <fieldtrial name="DnsParallelism">
12252 <group name="parallel_10"
12253 label="with only 10 concurrent resolutions done in parallel"/>
12254 <group name="parallel_14"
12255 label="with only 14 concurrent resolutions done in parallel"/>
12256 <group name="parallel_20"
12257 label="with only 20 concurrent resolutions done in parallel"/>
12258 <group name="parallel_6"
12259 label="with only 6 concurrent resolutions done in parallel"/>
12260 <group name="parallel_7"
12261 label="with only 7 concurrent resolutions done in parallel"/>
12262 <group name="parallel_8"
12263 label="with only 8 concurrent resolutions done in parallel"/>
12264 <group name="parallel_9"
12265 label="with only 9 concurrent resolutions done in parallel"/>
12266 <group name="parallel_default"
12267 label="with the default number of concurrent resolutions done in
12268 parallel"/>
12269 <affected-histogram name="DNS.ResolveCategory"/>
12270 <affected-histogram name="DNS.ResolveSuccess"/>
12271 </fieldtrial>
12272
11279 <fieldtrial name="DomainGoogle" separator=""> 12273 <fieldtrial name="DomainGoogle" separator="">
11280 <group name="Google" label="only Google cookies are recorded."/> 12274 <group name="Google" label="only Google cookies are recorded."/>
11281 <group name="Other" label="only NON-Google cookies are recorded."/> 12275 <group name="Other" label="only NON-Google cookies are recorded."/>
11282 <affected-histogram name="Cookie.ReinstatedCookies"/> 12276 <affected-histogram name="Cookie.ReinstatedCookies"/>
11283 </fieldtrial> 12277 </fieldtrial>
11284 12278
11285 <fieldtrial name="FileBrowserLoad" separator="."> 12279 <fieldtrial name="FileBrowserLoad" separator=".">
11286 <group name="Construct" 12280 <group name="Construct"
11287 label="Time spent constructing the main Javascript object."/> 12281 label="Time spent constructing the main Javascript object."/>
11288 <group name="DOM" label="Time to initialize DOM."/> 12282 <group name="DOM" label="Time to initialize DOM."/>
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
11322 <affected-histogram name="NetConnectivity.Pipeline.Depth"/> 12316 <affected-histogram name="NetConnectivity.Pipeline.Depth"/>
11323 <affected-histogram name="NetConnectivity.Pipeline.Success"/> 12317 <affected-histogram name="NetConnectivity.Pipeline.Success"/>
11324 </fieldtrial> 12318 </fieldtrial>
11325 12319
11326 <fieldtrial name="Instant"> 12320 <fieldtrial name="Instant">
11327 <group name="Extended" label="Suggestions + Results"/> 12321 <group name="Extended" label="Suggestions + Results"/>
11328 <group name="Instant" label="Results"/> 12322 <group name="Instant" label="Results"/>
11329 <affected-histogram name="Instant.SessionsStorageNamespace"/> 12323 <affected-histogram name="Instant.SessionsStorageNamespace"/>
11330 </fieldtrial> 12324 </fieldtrial>
11331 12325
12326 <fieldtrial name="IPv6_Probe">
12327 <group name="IPv6_probe_skipped"
12328 label="with IPv6 not probed, and default OS settings used"/>
12329 <group name="IPv6_probe_done"
12330 label="with IPv6 probed for and possibly disabled"/>
12331 <affected-histogram name="DNS.PrefetchResolution"/>
12332 </fieldtrial>
12333
11332 <fieldtrial name="LateBindingExperiment"> 12334 <fieldtrial name="LateBindingExperiment">
11333 <group name="disable_late_binding" label="socket late binding is disabled"/> 12335 <group name="disable_late_binding" label="socket late binding is disabled"/>
11334 <group name="enable_late_binding" label="socket late binding is enabled"/> 12336 <group name="enable_late_binding" label="socket late binding is enabled"/>
11335 <affected-histogram name="Net.SocketIdleTimeBeforeNextUse_ReusedSocket"/> 12337 <affected-histogram name="Net.SocketIdleTimeBeforeNextUse_ReusedSocket"/>
11336 <affected-histogram name="Net.SocketIdleTimeBeforeNextUse_UnusedSocket"/> 12338 <affected-histogram name="Net.SocketIdleTimeBeforeNextUse_UnusedSocket"/>
11337 <affected-histogram name="Net.SocketIdleTimeOnIOError2_ReusedSocket"/> 12339 <affected-histogram name="Net.SocketIdleTimeOnIOError2_ReusedSocket"/>
11338 <affected-histogram name="Net.SocketIdleTimeOnIOError2_UnusedSocket"/> 12340 <affected-histogram name="Net.SocketIdleTimeOnIOError2_UnusedSocket"/>
11339 <affected-histogram name="Net.TCPSocketType"/> 12341 <affected-histogram name="Net.TCPSocketType"/>
11340 <affected-histogram name="Net.Transaction_Connected"/> 12342 <affected-histogram name="Net.Transaction_Connected"/>
11341 <affected-histogram name="Net.Transaction_Connected_Under_10"/> 12343 <affected-histogram name="Net.Transaction_Connected_Under_10"/>
(...skipping 866 matching lines...) Expand 10 before | Expand all | Expand 10 after
12208 <fieldtrial name="SSLResumption"> 13210 <fieldtrial name="SSLResumption">
12209 <group name="Resume_Handshake" label="Session Resumption"/> 13211 <group name="Resume_Handshake" label="Session Resumption"/>
12210 <group name="Full_Handshake" label="Full"/> 13212 <group name="Full_Handshake" label="Full"/>
12211 <affected-histogram name="Net.SSL_Connection_Latency"/> 13213 <affected-histogram name="Net.SSL_Connection_Latency"/>
12212 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> 13214 <affected-histogram name="Net.SSL_Connection_Latency_Google"/>
12213 </fieldtrial> 13215 </fieldtrial>
12214 13216
12215 </fieldtrials> 13217 </fieldtrials>
12216 13218
12217 </histogram-configuration> 13219 </histogram-configuration>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698