Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 Loading... | |
| 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 Loading... | |
| 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> | |
|
mef
2013/05/13 21:20:11
Jim,
thank you for your suggestion on another CL
| |
| 932 Host Resolver OnLookupComplete got empty address list, and no error. | |
| 933 </summary> | |
| 934 </histogram> | |
| 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 "name not | |
| 1106 found" case. Time "savings" 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 "cache hit" 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 "name was | |
| 1127 found" case, and induced by either a page scan for a link or an omnibox | |
| 1128 entry by the user. Time "savings" 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 "cache hit" 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 "name was | |
| 1150 found" case, and induced by predicting (using referrer lists) that a | |
| 1151 resolution was needed. Time "savings" 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 "cache hit" 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.ResolveUnspecWaste" enum="ResolutionUnspecWasteCategory"> | |
|
szym
2013/05/13 19:19:26
This histogram is gone. The enum is no longer need
mef
2013/05/13 21:20:11
Done.
| |
| 1259 <summary> | |
| 1260 Counts of hits and misses in the DNS cache and DNS jobs pool of wasted | |
| 1261 HostResolverImpl::Jobs that could be avoided by always resolving using | |
| 1262 AF_UNSPEC. | |
| 1263 </summary> | |
| 1264 </histogram> | |
| 1265 | |
| 1266 <histogram name="DNS.TotalTime" 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). Excludes speculative requests. | |
| 1271 </summary> | |
| 1272 </histogram> | |
| 1273 | |
| 1274 <histogram name="DNS.TotalTime_speculative" units="milliseconds"> | |
| 1275 <summary> | |
| 1276 Duration of time since a HostResolverImpl::Resolve request to the time a | |
| 1277 result is posted. Excludes canceled, evicted, and aborted requests. Includes | |
| 1278 cache hits (recorded as 0). Speculative requests only. | |
| 1279 </summary> | |
| 1280 </histogram> | |
| 1281 | |
| 1282 <histogram name="DNS.UnexpectedResolution"> | |
| 1283 <summary> | |
| 1284 In some cases, such as when content arrives with embedded references to | |
| 1285 other servers, the prefetch system can't (or doesn't) attempt to pre-resolve | |
| 1286 the hostnames. As an example, a visit to www.cnn.com will fetch content | |
| 1287 with references to about 12 additional hostnames, none of which are | |
| 1288 currently anticipated. Such resolutions are termed "Unexpected | |
| 1289 Resolutions," and the durations associated with those DNS resolutions | |
| 1290 are shown below. Future features may attempt to learn (from prior | |
| 1291 experience locally, or from server provided hints), what secondary hostname | |
| 1292 resolutions should be done when a primary resolution (or navigation) takes | |
| 1293 place. This histogram shows what the potential savings are that | |
| 1294 "remain on the table" until we employ some of these more advanced | |
| 1295 features. | |
| 1296 </summary> | |
| 1297 </histogram> | |
| 1298 | |
| 1299 <histogram name="DNS.UnexpectedResolutionL"> | |
| 1300 <summary> | |
| 1301 In some cases, such as when content arrives with embedded references to | |
| 1302 other servers, or when a page (such as one in SSL) preclude scanning and | |
| 1303 prefetching, the prefetch system can't (or doesn't) attempt to pre-resolve | |
| 1304 the hostnames. As an example, a visit to www.cnn.com will fetch content | |
| 1305 with references to about 12 additional hostnames, none of which might be | |
| 1306 anticipated. Similarly, clicking on a link in an SSL page won't be | |
| 1307 anticipated (since scanning in not allowed by default). Such resolutions are | |
| 1308 termed "Unexpected Resolutions," and the durations associated with | |
| 1309 those navigation induced DNS resolutions are shown below. If a referring | |
| 1310 URL is available for the navigation, the relationship to the referring URL | |
| 1311 was recorded, and future navigations to the referring hostname would have | |
| 1312 induced a pre-resolution of hostname that caused an entry below. Such any | |
| 1313 entry may facilitate future listing in the ReferredPositiveHit histogram. | |
| 1314 </summary> | |
| 1315 </histogram> | |
| 1316 | |
| 1317 <histogram name="DnsProbe.Probe.Elapsed" units="ms"> | |
| 1318 <summary>Time between starting and finishing DNS probe.</summary> | |
| 1319 </histogram> | |
| 1320 | |
| 1321 <histogram name="DnsProbe.Probe.NcnOffline.Elapsed" units="ms"> | |
| 1322 <summary> | |
| 1323 Time between starting and finishing DNS probe when NCN says we're offline. | |
| 1324 </summary> | |
| 1325 </histogram> | |
| 1326 | |
| 1327 <histogram name="DnsProbe.Probe.NcnOffline.Result" enum="DnsProbe.Probe.Result"> | |
| 1328 <summary> | |
| 1329 Result of DNS probes sent by the probe service when NCN says we're offline. | |
| 1330 </summary> | |
| 1331 </histogram> | |
| 1332 | |
| 1333 <histogram name="DnsProbe.Probe.NcnOnline.Elapsed" units="ms"> | |
| 1334 <summary> | |
| 1335 Time between starting and finishing DNS probe when NCN says we're online. | |
| 1336 </summary> | |
| 1337 </histogram> | |
| 1338 | |
| 1339 <histogram name="DnsProbe.Probe.NcnOnline.Result" enum="DnsProbe.Probe.Result"> | |
| 1340 <summary> | |
| 1341 Result of DNS probes sent by the probe service when NCN says we're online. | |
| 1342 </summary> | |
| 1343 </histogram> | |
| 1344 | |
| 1345 <histogram name="DnsProbe.Probe.Result" enum="DnsProbe.Probe.Result"> | |
| 1346 <summary>Result of DNS probes sent by the probe service.</summary> | |
| 1347 </histogram> | |
| 1348 | |
| 1349 <histogram name="DnsProbe.Probe.ResultBadConfig.Elapsed" units="ms"> | |
| 1350 <summary>Elapsed time of DNS probes that return PROBE_BAD_CONFIG.</summary> | |
| 1351 </histogram> | |
| 1352 | |
| 1353 <histogram name="DnsProbe.Probe.ResultBadConfig.SystemIsLocalhost" | |
| 1354 enum="DnsProbe.Probe.SystemIsLocalhost"> | |
| 1355 <summary> | |
| 1356 Whether the only nameserver in the system DNS config was 127.0.0.1 when the | |
| 1357 probe result was BAD_CONFIG. | |
| 1358 </summary> | |
| 1359 </histogram> | |
| 1360 | |
| 1361 <histogram name="DnsProbe.Probe.ResultBadConfig.SystemJobResult" | |
| 1362 enum="DnsProbe.Job.Result"> | |
| 1363 <summary> | |
| 1364 The result of the system probe job when the overall probe result was | |
| 1365 BAD_CONFIG. | |
| 1366 </summary> | |
| 1367 </histogram> | |
| 1368 | |
| 1369 <histogram name="DnsProbe.Probe.ResultBadConfig.SystemNameserverCount"> | |
| 1370 <summary> | |
| 1371 The number of nameservers in the system DNS config when the probe result was | |
| 1372 BAD_CONFIG. | |
| 1373 </summary> | |
| 1374 </histogram> | |
| 1375 | |
| 1376 <histogram name="DnsProbe.Probe.ResultNoInternet.Elapsed" units="ms"> | |
| 1377 <summary>Elapsed time of DNS probes that return PROBE_NO_INTERNET.</summary> | |
| 1378 </histogram> | |
| 1379 | |
| 1380 <histogram name="DnsProbe.Probe.ResultNxdomain.Elapsed" units="ms"> | |
| 1381 <summary>Elapsed time of DNS probes that return PROBE_NXDOMAIN.</summary> | |
| 1382 </histogram> | |
| 1383 | |
| 1384 <histogram name="DnsProbe.Probe.ResultUnknown.Elapsed" units="ms"> | |
| 1385 <summary>Elapsed time of DNS probes that return PROBE_UNKNOWN.</summary> | |
| 1386 </histogram> | |
| 1387 | |
| 497 <histogram name="DomainBoundCerts.DBLoadedCount"> | 1388 <histogram name="DomainBoundCerts.DBLoadedCount"> |
| 498 <summary>Number of certs loaded from domain bound cert database.</summary> | 1389 <summary>Number of certs loaded from domain bound cert database.</summary> |
| 499 </histogram> | 1390 </histogram> |
| 500 | 1391 |
| 501 <histogram name="DomainBoundCerts.DBLoadTime" units="ms"> | 1392 <histogram name="DomainBoundCerts.DBLoadTime" units="ms"> |
| 502 <summary>Time spent loading domain bound cert database.</summary> | 1393 <summary>Time spent loading domain bound cert database.</summary> |
| 503 </histogram> | 1394 </histogram> |
| 504 | 1395 |
| 505 <histogram name="DomainBoundCerts.DBSizeInKB" units="KB"> | 1396 <histogram name="DomainBoundCerts.DBSizeInKB" units="KB"> |
| 506 <summary> | 1397 <summary> |
| (...skipping 6913 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 7420 <int value="3" label="TrimMemoryComplete"/> | 8311 <int value="3" label="TrimMemoryComplete"/> |
| 7421 </enum> | 8312 </enum> |
| 7422 | 8313 |
| 7423 <enum name="AndroidMemoryNotificationForeground" type="int"> | 8314 <enum name="AndroidMemoryNotificationForeground" type="int"> |
| 7424 <int value="0" label="TrimMemoryRunningModerate"/> | 8315 <int value="0" label="TrimMemoryRunningModerate"/> |
| 7425 <int value="1" label="TrimMemoryRunningLow"/> | 8316 <int value="1" label="TrimMemoryRunningLow"/> |
| 7426 <int value="2" label="TrimMemoryRunningCritical"/> | 8317 <int value="2" label="TrimMemoryRunningCritical"/> |
| 7427 <int value="3" label="LowMemory"/> | 8318 <int value="3" label="LowMemory"/> |
| 7428 </enum> | 8319 </enum> |
| 7429 | 8320 |
| 8321 <enum name="AsyncDNSConfigParsePosix" type="int"> | |
| 8322 <int value="0" label="OK"/> | |
| 8323 <int value="1" label="RES_INIT_FAILED"/> | |
| 8324 <int value="2" label="RES_INIT_UNSET"/> | |
| 8325 <int value="3" label="BAD_ADDRESS"/> | |
| 8326 <int value="4" label="BAD_EXT_STRUCT"/> | |
| 8327 <int value="5" label="NULL_ADDRESS"/> | |
| 8328 <int value="6" label="NO_NAMESERVERS"/> | |
| 8329 <int value="7" label="MISSING_OPTIONS"/> | |
| 8330 <int value="8" label="UNHANDLED_OPTIONS"/> | |
| 8331 </enum> | |
| 8332 | |
| 8333 <enum name="AsyncDNSConfigParseWin" type="int"> | |
| 8334 <int value="0" label="OK"/> | |
| 8335 <int value="1" label="READ_IPHELPER"/> | |
| 8336 <int value="2" label="READ_POLICY_SEARCHLIST"/> | |
| 8337 <int value="3" label="READ_TCPIP_SEARCHLIST"/> | |
| 8338 <int value="4" label="READ_DOMAIN"/> | |
| 8339 <int value="5" label="READ_POLICY_DEVOLUTION"/> | |
| 8340 <int value="6" label="READ_DNSCACHE_DEVOLUTION"/> | |
| 8341 <int value="7" label="READ_TCPIP_DEVOLUTION"/> | |
| 8342 <int value="8" label="READ_APPEND_MULTILABEL"/> | |
| 8343 <int value="9" label="READ_PRIMARY_SUFFIX"/> | |
| 8344 <int value="10" label="BAD_ADDRESS"/> | |
| 8345 <int value="11" label="NO_NAMESERVERS"/> | |
| 8346 </enum> | |
| 8347 | |
| 8348 <enum name="AsyncDNSHostsParseWin" type="int"> | |
| 8349 <int value="0" label="OK"/> | |
| 8350 <int value="1" label="UNREADABLE_HOSTS_FILE"/> | |
| 8351 <int value="2" label="COMPUTER_NAME_FAILED"/> | |
| 8352 <int value="3" label="IPHELPER_FAILED"/> | |
| 8353 <int value="4" label="BAD_ADDRESS"/> | |
| 8354 </enum> | |
| 8355 | |
| 8356 <enum name="AsyncDNSParseResult" type="int"> | |
| 8357 <summary>Results of DnsResponse::ParseToAddressList.</summary> | |
| 8358 <int value="0" label="SUCCESS"/> | |
| 8359 <int value="1" label="MALFORMED_RESPONSE"/> | |
| 8360 <int value="2" label="MALFORMED_CNAME"/> | |
| 8361 <int value="3" label="NAME_MISMATCH"/> | |
| 8362 <int value="4" label="SIZE_MISMATCH"/> | |
| 8363 <int value="5" label="CNAME_AFTER_ADDRESS"/> | |
| 8364 <int value="6" label="ADDRESS_TTL_MISMATCH"/> | |
| 8365 <int value="7" label="NO_ADDRESSES"/> | |
| 8366 </enum> | |
| 8367 | |
| 8368 <enum name="AsyncDNSResolveStatus" type="int"> | |
| 8369 <int value="0" label="DNS_SUCCESS">Succeeded with async DNS.</int> | |
| 8370 <int value="1" label="PROC_SUCCESS"> | |
| 8371 Succeeded with getaddrinfo after async DNS failed. | |
| 8372 </int> | |
| 8373 <int value="2" label="FAIL">Both async DNS and getaddrinfo failed.</int> | |
| 8374 <int value="3" label="SUSPECT_NETBIOS"> | |
| 8375 Same as PROC_SUCCESS except the hostname fits NetBIOS name criteria. | |
| 8376 </int> | |
| 8377 </enum> | |
| 8378 | |
| 7430 <enum name="AudioRendererEvents" type="int"> | 8379 <enum name="AudioRendererEvents" type="int"> |
| 7431 <int value="0" label="Initialized"/> | 8380 <int value="0" label="Initialized"/> |
| 7432 <int value="1" label="Runtime error"/> | 8381 <int value="1" label="Runtime error"/> |
| 7433 </enum> | 8382 </enum> |
| 7434 | 8383 |
| 7435 <enum name="AutocheckoutBubble" type="int"> | 8384 <enum name="AutocheckoutBubble" type="int"> |
| 7436 <int value="0" label="Created"/> | 8385 <int value="0" label="Created"/> |
| 7437 <int value="1" label="Accepted"/> | 8386 <int value="1" label="Accepted"/> |
| 7438 <int value="2" label="Dismissed"/> | 8387 <int value="2" label="Dismissed"/> |
| 7439 <int value="3" label="Ignored"/> | 8388 <int value="3" label="Ignored"/> |
| (...skipping 441 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 7881 <int value="1" label="AppLauncher"/> | 8830 <int value="1" label="AppLauncher"/> |
| 7882 <int value="2" label="Gmail"/> | 8831 <int value="2" label="Gmail"/> |
| 7883 <int value="3" label="Search"/> | 8832 <int value="3" label="Search"/> |
| 7884 <int value="4" label="Youtube"/> | 8833 <int value="4" label="Youtube"/> |
| 7885 <int value="5" label="Doc"/> | 8834 <int value="5" label="Doc"/> |
| 7886 <int value="6" label="Sheets"/> | 8835 <int value="6" label="Sheets"/> |
| 7887 <int value="7" label="Slides"/> | 8836 <int value="7" label="Slides"/> |
| 7888 <int value="8" label="PlayMusic"/> | 8837 <int value="8" label="PlayMusic"/> |
| 7889 </enum> | 8838 </enum> |
| 7890 | 8839 |
| 8840 <enum name="DnsProbe.Job.Result" type="int"> | |
| 8841 <int value="0" label="SERVERS_UNKNOWN"/> | |
| 8842 <int value="1" label="SERVERS_CORRECT"/> | |
| 8843 <int value="2" label="SERVERS_INCORRECT"/> | |
| 8844 <int value="3" label="SERVERS_FAILING"/> | |
| 8845 <int value="4" label="SERVERS_UNREACHABLE"/> | |
| 8846 </enum> | |
| 8847 | |
| 8848 <enum name="DnsProbe.Probe.Result" type="int"> | |
| 8849 <int value="0" label="UNKNOWN"/> | |
| 8850 <int value="1" label="NO_INTERNET"/> | |
| 8851 <int value="2" label="BAD_CONFIG"/> | |
| 8852 <int value="3" label="NXDOMAIN"/> | |
| 8853 </enum> | |
| 8854 | |
| 8855 <enum name="DnsProbe.Probe.SystemIsLocalhost" type="int"> | |
| 8856 <int value="0" label="Not just 127.0.0.1"> | |
| 8857 127.0.0.1 was not the only nameserver in the system DNS config. | |
| 8858 </int> | |
| 8859 <int value="1" label="Just 127.0.0.1"> | |
| 8860 127.0.0.1 was the only nameserver in the system DNS config. | |
| 8861 </int> | |
| 8862 </enum> | |
| 8863 | |
| 7891 <enum name="DomainBoundCerts.GetCertResult" type="int"> | 8864 <enum name="DomainBoundCerts.GetCertResult" type="int"> |
| 7892 <int value="0" label="SYNC_SUCCESS"/> | 8865 <int value="0" label="SYNC_SUCCESS"/> |
| 7893 <int value="1" label="ASYNC_SUCCESS"/> | 8866 <int value="1" label="ASYNC_SUCCESS"/> |
| 7894 <int value="2" label="ASYNC_CANCELLED"/> | 8867 <int value="2" label="ASYNC_CANCELLED"/> |
| 7895 <int value="3" label="ASYNC_FAILURE_KEYGEN"/> | 8868 <int value="3" label="ASYNC_FAILURE_KEYGEN"/> |
| 7896 <int value="4" label="ASYNC_FAILURE_CREATE_CERT"/> | 8869 <int value="4" label="ASYNC_FAILURE_CREATE_CERT"/> |
| 7897 <int value="5" label="ASYNC_FAILURE_EXPORT_KEY"/> | 8870 <int value="5" label="ASYNC_FAILURE_EXPORT_KEY"/> |
| 7898 <int value="6" label="ASYNC_FAILURE_UNKNOWN"/> | 8871 <int value="6" label="ASYNC_FAILURE_UNKNOWN"/> |
| 7899 <int value="7" label="INVALID_ARGUMENT"/> | 8872 <int value="7" label="INVALID_ARGUMENT"/> |
| 7900 <int value="8" label="UNSUPPORTED_TYPE"/> | 8873 <int value="8" label="UNSUPPORTED_TYPE"/> |
| (...skipping 2429 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 10330 <int value="15" label="DOMAIN_GMAIL_COM"/> | 11303 <int value="15" label="DOMAIN_GMAIL_COM"/> |
| 10331 <int value="16" label="DOMAIN_GOOGLEMAIL_COM"/> | 11304 <int value="16" label="DOMAIN_GOOGLEMAIL_COM"/> |
| 10332 <int value="17" label="DOMAIN_GOOGLEGROUPS_COM"/> | 11305 <int value="17" label="DOMAIN_GOOGLEGROUPS_COM"/> |
| 10333 <int value="18" label="DOMAIN_TORPROJECT_ORG"/> | 11306 <int value="18" label="DOMAIN_TORPROJECT_ORG"/> |
| 10334 <int value="19" label="DOMAIN_TWITTER_COM"/> | 11307 <int value="19" label="DOMAIN_TWITTER_COM"/> |
| 10335 <int value="20" label="DOMAIN_TWIMG_COM"/> | 11308 <int value="20" label="DOMAIN_TWIMG_COM"/> |
| 10336 <int value="21" label="DOMAIN_AKAMAIHD_NET"/> | 11309 <int value="21" label="DOMAIN_AKAMAIHD_NET"/> |
| 10337 <int value="22" label="DOMAIN_NUM_EVENTS"/> | 11310 <int value="22" label="DOMAIN_NUM_EVENTS"/> |
| 10338 </enum> | 11311 </enum> |
| 10339 | 11312 |
| 11313 <enum name="ResolutionCategory" type="int"> | |
| 11314 <int value="0" label="RESOLVE_SUCCESS"/> | |
| 11315 <int value="1" label="RESOLVE_FAIL"/> | |
| 11316 <int value="2" label="RESOLVE_SPECULATIVE_SUCCESS"/> | |
| 11317 <int value="3" label="RESOLVE_SPECULATIVE_FAIL"/> | |
| 11318 </enum> | |
| 11319 | |
| 11320 <enum name="ResolutionUnspecWasteCategory" type="int"> | |
| 11321 <int value="0" label="AF_WASTE_IPV4_ONLY"> | |
| 11322 Running in a IPv4-only configuration. No waste. | |
| 11323 </int> | |
| 11324 <int value="1" label="AF_WASTE_CACHE_IPV4"> | |
| 11325 Cache contained an UNSPEC result for this IPv4 lookup. Waste. | |
| 11326 </int> | |
| 11327 <int value="2" label="AF_WASTE_CACHE_UNSPEC"> | |
| 11328 Cache contained an IPv4 result for this UNSPEC lookup. Waste. | |
| 11329 </int> | |
| 11330 <int value="3" label="AF_WASTE_JOB_IPV4"> | |
| 11331 Job pool contained an UNSPEC job for this IPv4 lookup. Waste. | |
| 11332 </int> | |
| 11333 <int value="4" label="AF_WASTE_JOB_UNSPEC"> | |
| 11334 Job pool contained an IPv4 job for this UNSPEC lookup. Waste. | |
| 11335 </int> | |
| 11336 <int value="5" label="AF_WASTE_NONE_IPV4"> | |
| 11337 A new job was needed for this IPv4 lookup. No waste. | |
| 11338 </int> | |
| 11339 <int value="6" label="AF_WASTE_NONE_UNSPEC"> | |
| 11340 A new job was needed for this UNSPEC lookup. No waste. | |
| 11341 </int> | |
| 11342 </enum> | |
| 11343 | |
| 10340 <enum name="SB2BloomFailure" type="int"> | 11344 <enum name="SB2BloomFailure" type="int"> |
| 10341 <int value="0" label="READ_OPEN"/> | 11345 <int value="0" label="READ_OPEN"/> |
| 10342 <int value="1" label="READ_VERSION"/> | 11346 <int value="1" label="READ_VERSION"/> |
| 10343 <int value="2" label="READ_NUM_KEYS"/> | 11347 <int value="2" label="READ_NUM_KEYS"/> |
| 10344 <int value="3" label="READ_KEY"/> | 11348 <int value="3" label="READ_KEY"/> |
| 10345 <int value="4" label="READ_DATA_MINSIZE"/> | 11349 <int value="4" label="READ_DATA_MINSIZE"/> |
| 10346 <int value="5" label="READ_DATA_MAXSIZE"/> | 11350 <int value="5" label="READ_DATA_MAXSIZE"/> |
| 10347 <int value="6" label="READ_DATA_SHORT"/> | 11351 <int value="6" label="READ_DATA_SHORT"/> |
| 10348 <int value="7" label="READ_DATA"/> | 11352 <int value="7" label="READ_DATA"/> |
| 10349 </enum> | 11353 </enum> |
| (...skipping 859 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 11209 <affected-histogram name="PLT.LoadType"/> | 12213 <affected-histogram name="PLT.LoadType"/> |
| 11210 </fieldtrial> | 12214 </fieldtrial> |
| 11211 | 12215 |
| 11212 <fieldtrial name="DefaultPinnedApps"> | 12216 <fieldtrial name="DefaultPinnedApps"> |
| 11213 <group name="Existing"/> | 12217 <group name="Existing"/> |
| 11214 <group name="Control"/> | 12218 <group name="Control"/> |
| 11215 <group name="Alternate"/> | 12219 <group name="Alternate"/> |
| 11216 <affected-histogram name="Cros.ClickOnShelf"/> | 12220 <affected-histogram name="Cros.ClickOnShelf"/> |
| 11217 </fieldtrial> | 12221 </fieldtrial> |
| 11218 | 12222 |
| 11219 <fieldtrial name="DnsImpact2"> | 12223 <fieldtrial name="DnsParallelism"> |
| 11220 <group name="disabled_prefetch" | 12224 <group name="parallel_10" |
| 11221 label="DNS pre-resolving is disabled in these clients"/> | 12225 label="with only 10 concurrent resolutions done in parallel"/> |
| 11222 <group name="disabled_prefetch_4_connections" | 12226 <group name="parallel_14" |
| 11223 label="DNS pre-resolving is disabled in these clients, and a maximum of | 12227 label="with only 14 concurrent resolutions done in parallel"/> |
| 11224 4 connections per host was allowed"/> | 12228 <group name="parallel_20" |
| 11225 <group name="enabled_prefetch_4_connections" | 12229 label="with only 20 concurrent resolutions done in parallel"/> |
| 11226 label="a maximum of 4 connections per host was allowed in these clients"/> | 12230 <group name="parallel_6" |
| 11227 <group name="parallel_4_prefetch" | 12231 label="with only 6 concurrent resolutions done in parallel"/> |
| 11228 label="DNS pre-resolving was only doing 4 concurrent speculative | 12232 <group name="parallel_7" |
| 11229 resolutions in this test"/> | 12233 label="with only 7 concurrent resolutions done in parallel"/> |
| 11230 <affected-histogram name="Net.Dns_Resolution_And_TCP_Connection_Latency"/> | 12234 <group name="parallel_8" |
| 11231 <affected-histogram name="Net.TCP_Connection_Idle_Sockets"> | 12235 label="with only 8 concurrent resolutions done in parallel"/> |
| 11232 <with-group name="disabled_prefetch"/> | 12236 <group name="parallel_9" |
| 11233 <with-group name="disabled_prefetch_4_connections"/> | 12237 label="with only 9 concurrent resolutions done in parallel"/> |
| 11234 <with-group name="enabled_prefetch_4_connections"/> | 12238 <group name="parallel_default" |
| 11235 </affected-histogram> | 12239 label="with the default number of concurrent resolutions done in |
| 11236 <affected-histogram name="Net.TCP_Connection_Latency"/> | 12240 parallel"/> |
| 11237 <affected-histogram name="Net.Transaction_Connected"/> | 12241 <affected-histogram name="DNS.ResolveCategory"/> |
| 11238 <affected-histogram name="Net.Transaction_Connected_New"/> | 12242 <affected-histogram name="DNS.ResolveSuccess"/> |
| 11239 <affected-histogram name="Net.Transaction_Connected_New_b"/> | |
| 11240 <affected-histogram name="Net.Transaction_Connected_Under_10"/> | |
| 11241 <affected-histogram name="Net.Transaction_Latency"/> | |
| 11242 <affected-histogram name="Net.Transaction_Latency_b"/> | |
| 11243 <affected-histogram name="Net.Transaction_Latency_Total"/> | |
| 11244 <affected-histogram name="Net.Transaction_Latency_Total_New_Connection"/> | |
| 11245 <affected-histogram | |
| 11246 name="Net.Transaction_Latency_Total_New_Connection_Under_10"/> | |
| 11247 <affected-histogram name="Net.Transaction_Latency_Total_Under_10"/> | |
| 11248 <affected-histogram name="Net.Transaction_Latency_Under_10"/> | |
| 11249 <affected-histogram name="PLT.RequestToFinish"> | |
| 11250 <with-group name="parallel_4_prefetch"/> | |
| 11251 </affected-histogram> | |
| 11252 </fieldtrial> | |
| 11253 | |
| 11254 <fieldtrial name="DnsImpact3"> | |
| 11255 <group name="disabled_prefetch" label="with DNS pre-resolving disabled"/> | |
| 11256 <group name="parallel_4_prefetch" | |
| 11257 label="with only 4 concurrent speculative resolutions done in parallel"/> | |
| 11258 <affected-histogram name="Net.Transaction_Connected_New"> | |
| 11259 <with-group name="disabled_prefetch"/> | |
| 11260 </affected-histogram> | |
| 11261 <affected-histogram name="Renderer2.FinishDocToFinish"/> | |
| 11262 <affected-histogram name="Renderer2.RequestToFinish"/> | |
| 11263 <affected-histogram name="Renderer2.RequestToFinish_L"> | |
| 11264 <with-group name="disabled_prefetch"/> | |
| 11265 </affected-histogram> | |
| 11266 <affected-histogram name="Renderer2.RequestToFirstLayout"/> | |
| 11267 <affected-histogram name="Renderer2.RequestToStart"/> | |
| 11268 <affected-histogram name="Renderer2.StartToFinish"/> | |
| 11269 <affected-histogram name="Renderer2.StartToFinishDoc"/> | |
| 11270 <affected-histogram name="Renderer2.StartToFirstLayout"/> | |
| 11271 <affected-histogram name="Renderer4.RequestToFinish"> | |
| 11272 <with-group name="parallel_4_prefetch"/> | |
| 11273 </affected-histogram> | |
| 11274 <affected-histogram name="Renderer4.StartToFinish"> | |
| 11275 <with-group name="parallel_4_prefetch"/> | |
| 11276 </affected-histogram> | |
| 11277 </fieldtrial> | 12243 </fieldtrial> |
|
Ilya Sherman
2013/05/13 22:59:50
Please make this CL purely a copy/paste out of the
mef
2013/05/14 15:55:03
Done.
| |
| 11278 | 12244 |
| 11279 <fieldtrial name="DomainGoogle" separator=""> | 12245 <fieldtrial name="DomainGoogle" separator=""> |
| 11280 <group name="Google" label="only Google cookies are recorded."/> | 12246 <group name="Google" label="only Google cookies are recorded."/> |
| 11281 <group name="Other" label="only NON-Google cookies are recorded."/> | 12247 <group name="Other" label="only NON-Google cookies are recorded."/> |
| 11282 <affected-histogram name="Cookie.ReinstatedCookies"/> | 12248 <affected-histogram name="Cookie.ReinstatedCookies"/> |
| 11283 </fieldtrial> | 12249 </fieldtrial> |
| 11284 | 12250 |
| 11285 <fieldtrial name="FileBrowserLoad" separator="."> | 12251 <fieldtrial name="FileBrowserLoad" separator="."> |
| 11286 <group name="Construct" | 12252 <group name="Construct" |
| 11287 label="Time spent constructing the main Javascript object."/> | 12253 label="Time spent constructing the main Javascript object."/> |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 11322 <affected-histogram name="NetConnectivity.Pipeline.Depth"/> | 12288 <affected-histogram name="NetConnectivity.Pipeline.Depth"/> |
| 11323 <affected-histogram name="NetConnectivity.Pipeline.Success"/> | 12289 <affected-histogram name="NetConnectivity.Pipeline.Success"/> |
| 11324 </fieldtrial> | 12290 </fieldtrial> |
| 11325 | 12291 |
| 11326 <fieldtrial name="Instant"> | 12292 <fieldtrial name="Instant"> |
| 11327 <group name="Extended" label="Suggestions + Results"/> | 12293 <group name="Extended" label="Suggestions + Results"/> |
| 11328 <group name="Instant" label="Results"/> | 12294 <group name="Instant" label="Results"/> |
| 11329 <affected-histogram name="Instant.SessionsStorageNamespace"/> | 12295 <affected-histogram name="Instant.SessionsStorageNamespace"/> |
| 11330 </fieldtrial> | 12296 </fieldtrial> |
| 11331 | 12297 |
| 12298 <fieldtrial name="IPv6_Probe"> | |
| 12299 <group name="IPv6_probe_skipped" | |
| 12300 label="with IPv6 not probed, and default OS settings used"/> | |
| 12301 <group name="IPv6_probe_done" | |
| 12302 label="with IPv6 probed for and possibly disabled"/> | |
| 12303 <affected-histogram name="DNS.PrefetchResolution"/> | |
| 12304 </fieldtrial> | |
| 12305 | |
| 11332 <fieldtrial name="LateBindingExperiment"> | 12306 <fieldtrial name="LateBindingExperiment"> |
| 11333 <group name="disable_late_binding" label="socket late binding is disabled"/> | 12307 <group name="disable_late_binding" label="socket late binding is disabled"/> |
| 11334 <group name="enable_late_binding" label="socket late binding is enabled"/> | 12308 <group name="enable_late_binding" label="socket late binding is enabled"/> |
| 11335 <affected-histogram name="Net.SocketIdleTimeBeforeNextUse_ReusedSocket"/> | 12309 <affected-histogram name="Net.SocketIdleTimeBeforeNextUse_ReusedSocket"/> |
| 11336 <affected-histogram name="Net.SocketIdleTimeBeforeNextUse_UnusedSocket"/> | 12310 <affected-histogram name="Net.SocketIdleTimeBeforeNextUse_UnusedSocket"/> |
| 11337 <affected-histogram name="Net.SocketIdleTimeOnIOError2_ReusedSocket"/> | 12311 <affected-histogram name="Net.SocketIdleTimeOnIOError2_ReusedSocket"/> |
| 11338 <affected-histogram name="Net.SocketIdleTimeOnIOError2_UnusedSocket"/> | 12312 <affected-histogram name="Net.SocketIdleTimeOnIOError2_UnusedSocket"/> |
| 11339 <affected-histogram name="Net.TCPSocketType"/> | 12313 <affected-histogram name="Net.TCPSocketType"/> |
| 11340 <affected-histogram name="Net.Transaction_Connected"/> | 12314 <affected-histogram name="Net.Transaction_Connected"/> |
| 11341 <affected-histogram name="Net.Transaction_Connected_Under_10"/> | 12315 <affected-histogram name="Net.Transaction_Connected_Under_10"/> |
| (...skipping 866 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 12208 <fieldtrial name="SSLResumption"> | 13182 <fieldtrial name="SSLResumption"> |
| 12209 <group name="Resume_Handshake" label="Session Resumption"/> | 13183 <group name="Resume_Handshake" label="Session Resumption"/> |
| 12210 <group name="Full_Handshake" label="Full"/> | 13184 <group name="Full_Handshake" label="Full"/> |
| 12211 <affected-histogram name="Net.SSL_Connection_Latency"/> | 13185 <affected-histogram name="Net.SSL_Connection_Latency"/> |
| 12212 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> | 13186 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> |
| 12213 </fieldtrial> | 13187 </fieldtrial> |
| 12214 | 13188 |
| 12215 </fieldtrials> | 13189 </fieldtrials> |
| 12216 | 13190 |
| 12217 </histogram-configuration> | 13191 </histogram-configuration> |
| OLD | NEW |