| 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 350 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 361 <histogram name="HttpCache.EntryLockWait" units="milliseconds"> | 361 <histogram name="HttpCache.EntryLockWait" units="milliseconds"> |
| 362 <summary> | 362 <summary> |
| 363 The time spent waiting for write lock on a disk cache entry. | 363 The time spent waiting for write lock on a disk cache entry. |
| 364 </summary> | 364 </summary> |
| 365 </histogram> | 365 </histogram> |
| 366 | 366 |
| 367 <histogram name="Import.ImporterType" enum="ImporterType"> | 367 <histogram name="Import.ImporterType" enum="ImporterType"> |
| 368 <summary>The importer used for an import session.</summary> | 368 <summary>The importer used for an import session.</summary> |
| 369 </histogram> | 369 </histogram> |
| 370 | 370 |
| 371 <histogram name="LevelDBEnv.IDB.IOError." enum="PlatformFileError"> |
| 372 <summary> |
| 373 PlatformFileErrors encountered by a single leveldb env method. |
| 374 </summary> |
| 375 </histogram> |
| 376 |
| 377 <histogram name="LevelDBEnv.IDB.IOError.NewLogger" enum="OSAgnosticErrno"> |
| 378 <summary>Errno of errors encountered in NewLogger.</summary> |
| 379 </histogram> |
| 380 |
| 381 <histogram name="LevelDBEnv.IDB.IOError.NewSequentialFile" |
| 382 enum="OSAgnosticErrno"> |
| 383 <summary>Errno of errors encountered in NewSequentialFile.</summary> |
| 384 </histogram> |
| 385 |
| 386 <histogram name="LevelDBEnv.IDB.IOError.RandomAccessFile" |
| 387 enum="PlatformFileError"> |
| 388 <obsolete> |
| 389 Deprecated 2013-04. As of m28 use |
| 390 LevelDBEnv.IDB.IOError.NewRandomAccessFile. |
| 391 </obsolete> |
| 392 <summary>File errors in leveldb IDBEnv's NewRandomAccessFile method.</summary> |
| 393 </histogram> |
| 394 |
| 395 <histogram name="LevelDBEnv.IDB.IOError.WritableFileAppend" |
| 396 enum="OSAgnosticErrno"> |
| 397 <summary>Errno of errors encountered in WritableFileAppend.</summary> |
| 398 </histogram> |
| 399 |
| 400 <histogram name="LevelDBEnv.IDB.IOError.WritableFileFlush" |
| 401 enum="OSAgnosticErrno"> |
| 402 <summary>Errno of errors encountered in WritableFileFlush.</summary> |
| 403 </histogram> |
| 404 |
| 405 <histogram name="LevelDBEnv.IDB.TimeTo" units="milliseconds"> |
| 406 <summary> |
| 407 Time IDB LevelDBEnv slept before successfully completing this operation. 0 |
| 408 means success on the first try. |
| 409 </summary> |
| 410 </histogram> |
| 411 |
| 412 <histogram name="LevelDBEnv.IOError" enum="LevelDBIOErrorMethods"> |
| 413 <summary>Methods where leveldb's Chromium environment has IO errors.</summary> |
| 414 </histogram> |
| 415 |
| 416 <histogram name="LevelDBEnv.IOError." enum="PlatformFileError"> |
| 417 <summary>PlatformFileErrors encountered by a single leveldb method.</summary> |
| 418 </histogram> |
| 419 |
| 420 <histogram name="LevelDBEnv.IOError.NewLogger" enum="OSAgnosticErrno"> |
| 421 <summary>Errno of errors encountered in NewLogger.</summary> |
| 422 </histogram> |
| 423 |
| 424 <histogram name="LevelDBEnv.IOError.NewSequentialFile" enum="OSAgnosticErrno"> |
| 425 <summary>Errno of errors encountered in NewSequentialFile.</summary> |
| 426 </histogram> |
| 427 |
| 428 <histogram name="LevelDBEnv.IOError.RandomAccessFile" enum="PlatformFileError"> |
| 429 <obsolete> |
| 430 Deprecated 2013-04. As of m28 use LevelDBEnv.IOError.NewRandomAccessFile. |
| 431 </obsolete> |
| 432 <summary> |
| 433 File errors in leveldb ChromiumEnv's NewRandomAccessFile method. |
| 434 </summary> |
| 435 </histogram> |
| 436 |
| 437 <histogram name="LevelDBEnv.IOError.WritableFileAppend" enum="OSAgnosticErrno"> |
| 438 <summary>Errno of errors encountered in WritableFileAppend.</summary> |
| 439 </histogram> |
| 440 |
| 441 <histogram name="LevelDBEnv.IOError.WritableFileFlush" enum="OSAgnosticErrno"> |
| 442 <summary>Errno of errors encountered in WritableFileFlush.</summary> |
| 443 </histogram> |
| 444 |
| 445 <histogram name="LevelDBEnv.TimeTo" units="milliseconds"> |
| 446 <summary> |
| 447 Time Non-IDB LevelDBEnv slept before successfully completing this operation. |
| 448 0 means success on the first try. |
| 449 </summary> |
| 450 </histogram> |
| 451 |
| 371 <histogram name="Navigation.MainFrameScheme" enum="NavigationScheme"> | 452 <histogram name="Navigation.MainFrameScheme" enum="NavigationScheme"> |
| 372 <summary>The scheme of the URL for each main-frame navigation.</summary> | 453 <summary>The scheme of the URL for each main-frame navigation.</summary> |
| 373 </histogram> | 454 </histogram> |
| 374 | 455 |
| 375 <histogram name="Net.AsyncResourceHandler_PendingDataCount"> | 456 <histogram name="Net.AsyncResourceHandler_PendingDataCount"> |
| 376 <summary> | 457 <summary> |
| 377 The count of unacknowledged ResourceMsg_DataReceived messages. This message | 458 The count of unacknowledged ResourceMsg_DataReceived messages. This message |
| 378 is sent once per chunk of data read from the network. | 459 is sent once per chunk of data read from the network. |
| 379 </summary> | 460 </summary> |
| 380 </histogram> | 461 </histogram> |
| (...skipping 2414 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2795 </histogram> | 2876 </histogram> |
| 2796 | 2877 |
| 2797 <histogram name="RequestAutocomplete.WalletRequiredActions" | 2878 <histogram name="RequestAutocomplete.WalletRequiredActions" |
| 2798 enum="WalletRequiredActions"> | 2879 enum="WalletRequiredActions"> |
| 2799 <summary> | 2880 <summary> |
| 2800 Measures the frequency of required user actions returned by the Google | 2881 Measures the frequency of required user actions returned by the Google |
| 2801 Online Wallet server. | 2882 Online Wallet server. |
| 2802 </summary> | 2883 </summary> |
| 2803 </histogram> | 2884 </histogram> |
| 2804 | 2885 |
| 2886 <histogram name="WebCore.IndexedDB.BackingStore.ConsistencyError" |
| 2887 enum="IDBLevelDBBackingStoreInternalErrorType"> |
| 2888 <summary> |
| 2889 Methods that encountered consistency errors. Such errors probably point to a |
| 2890 bug in our code. |
| 2891 </summary> |
| 2892 </histogram> |
| 2893 |
| 2894 <histogram name="WebCore.IndexedDB.BackingStore.InternalError" |
| 2895 enum="IDBLevelDBBackingStoreInternalErrorType"> |
| 2896 <obsolete> |
| 2897 As of chrome 26, use {Consistency, Read, Write}Error instead. |
| 2898 </obsolete> |
| 2899 <summary> |
| 2900 Count of internal IndexedDB errors (data corruption, I/O errors, etc) |
| 2901 encountered. |
| 2902 </summary> |
| 2903 </histogram> |
| 2904 |
| 2905 <histogram name="WebCore.IndexedDB.BackingStore.OpenStatus" |
| 2906 enum="IDBLevelDBBackingStoreOpenResult"> |
| 2907 <summary> |
| 2908 Count of the different success and failure modes when opening an IndexedDB |
| 2909 backing store - clean open, successful open with recovery, failed recovery, |
| 2910 etc. |
| 2911 </summary> |
| 2912 </histogram> |
| 2913 |
| 2914 <histogram name="WebCore.IndexedDB.BackingStore.ReadError" |
| 2915 enum="IDBLevelDBBackingStoreInternalErrorType"> |
| 2916 <summary> |
| 2917 Methods that encountered leveldb errors while trying to read from disk. |
| 2918 </summary> |
| 2919 </histogram> |
| 2920 |
| 2921 <histogram name="WebCore.IndexedDB.BackingStore.WriteError" |
| 2922 enum="IDBLevelDBBackingStoreInternalErrorType"> |
| 2923 <summary> |
| 2924 Methods that encountered leveldb errors while trying to write to disk. |
| 2925 </summary> |
| 2926 </histogram> |
| 2927 |
| 2928 <histogram name="WebCore.IndexedDB.FrontEndAPICalls" |
| 2929 enum="IndexedDatabaseMethods"> |
| 2930 <summary> |
| 2931 Count total number of front end API calls of IndexedDB methods. |
| 2932 </summary> |
| 2933 </histogram> |
| 2934 |
| 2935 <histogram name="WebCore.IndexedDB.LevelDB.FreeDiskSpaceFailure" |
| 2936 enum="LevelDBErrorCount"> |
| 2937 <summary> |
| 2938 Count of how many times LevelDBDatabase got an error trying to check free |
| 2939 disk space. |
| 2940 </summary> |
| 2941 </histogram> |
| 2942 |
| 2943 <histogram name="WebCore.IndexedDB.LevelDB.OpenFailureFreeDiskSpace" units="Kb"> |
| 2944 <summary> |
| 2945 Amount of free disk space on the partition/volume/etc where LevelDB failed |
| 2946 to open. |
| 2947 </summary> |
| 2948 </histogram> |
| 2949 |
| 2950 <histogram name="WebCore.IndexedDB.LevelDB.OpenSuccessFreeDiskSpace" units="Kb"> |
| 2951 <summary> |
| 2952 Amount of free disk space on the partition/volume/etc where LevelDB was |
| 2953 successfully opened. |
| 2954 </summary> |
| 2955 </histogram> |
| 2956 |
| 2957 <histogram name="WebCore.IndexedDB.LevelDBOpenErrors" enum="LevelDBErrorTypes"> |
| 2958 <summary> |
| 2959 Error classes returned by LevelDB when it failed to open a database. |
| 2960 </summary> |
| 2961 </histogram> |
| 2962 |
| 2963 <histogram name="WebCore.IndexedDB.LevelDBWriteErrors" enum="LevelDBErrorTypes"> |
| 2964 <summary> |
| 2965 Error classes returned by LevelDB when it failed to write to a database. |
| 2966 </summary> |
| 2967 </histogram> |
| 2968 |
| 2805 </histograms> | 2969 </histograms> |
| 2806 | 2970 |
| 2807 <!-- Enum types --> | 2971 <!-- Enum types --> |
| 2808 | 2972 |
| 2809 <enums> | 2973 <enums> |
| 2810 | 2974 |
| 2811 <enum name="Abandoned" type="int"> | 2975 <enum name="Abandoned" type="int"> |
| 2812 <int value="0" label="Finished"/> | 2976 <int value="0" label="Finished"/> |
| 2813 <int value="1" label="Abandoned"/> | 2977 <int value="1" label="Abandoned"/> |
| 2814 </enum> | 2978 </enum> |
| (...skipping 1168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3983 </enum> | 4147 </enum> |
| 3984 | 4148 |
| 3985 <enum name="HttpSocketType" type="int"> | 4149 <enum name="HttpSocketType" type="int"> |
| 3986 <int value="0" label="UNUSED">newly connected socket</int> | 4150 <int value="0" label="UNUSED">newly connected socket</int> |
| 3987 <int value="1" label="UNUSED_IDLE"> | 4151 <int value="1" label="UNUSED_IDLE"> |
| 3988 connected unused socket (idle prior to use) | 4152 connected unused socket (idle prior to use) |
| 3989 </int> | 4153 </int> |
| 3990 <int value="2" label="REUSED_IDLE">previously used (keep-alive?) socket</int> | 4154 <int value="2" label="REUSED_IDLE">previously used (keep-alive?) socket</int> |
| 3991 </enum> | 4155 </enum> |
| 3992 | 4156 |
| 4157 <enum name="IDBLevelDBBackingStoreInternalErrorType" type="int"> |
| 4158 <int value="0" label="IDBLevelDBBackingStoreReadError"> |
| 4159 IndexedDB encountered an error attempting to read or decode a value from the |
| 4160 leveldb backing store, indicative of corruption or I/O error. Unused as of |
| 4161 M26. |
| 4162 </int> |
| 4163 <int value="1" label="IDBLevelDBBackingStoreWriteError"> |
| 4164 IndexeDB encountered an error attempting to write or commit a value to the |
| 4165 leveldb backing store, indicative of I/O error. Unused as of M26. |
| 4166 </int> |
| 4167 <int value="2" label="IDBLevelDBBackingStoreConsistencyError"> |
| 4168 IndexedDB encountered a consistency error in the leveldb backing store, |
| 4169 indicative of corruption or an coding error. Unused as of M26. |
| 4170 </int> |
| 4171 <int value="3" label="FindKeyInIndex"/> |
| 4172 <int value="4" label="GetIDBDatabaseMetaData"/> |
| 4173 <int value="5" label="GetIndexes"/> |
| 4174 <int value="6" label="GetKeyGeneratorCurrentNumber"/> |
| 4175 <int value="7" label="GetObjectStores"/> |
| 4176 <int value="8" label="GetRecord"/> |
| 4177 <int value="9" label="KeyExistsInObjectStore"/> |
| 4178 <int value="10" label="LoadCurrentRow"/> |
| 4179 <int value="11" label="SetupMetadata"/> |
| 4180 <int value="12" label="GetPrimaryKeyViaIndex"/> |
| 4181 <int value="13" label="KeyExistsInIndex"/> |
| 4182 <int value="14" label="VersionExists"/> |
| 4183 <int value="15" label="DeleteObjectStore"/> |
| 4184 <int value="16" label="SetMaxObjectStoreId"/> |
| 4185 <int value="17" label="SetMaxIndexId"/> |
| 4186 <int value="18" label="GetNewDatabaseId"/> |
| 4187 <int value="19" label="GetNewVersionNumber"/> |
| 4188 <int value="20" label="CreateIDBDatabaseMetaData"/> |
| 4189 <int value="21" label="DeleteDatabase"/> |
| 4190 <int value="22" label="TransactionCommit"/> |
| 4191 </enum> |
| 4192 |
| 4193 <enum name="IDBLevelDBBackingStoreOpenResult" type="int"> |
| 4194 <int value="0" label="OpenMemorySuccess"> |
| 4195 An in-memory backing store was opened successfully. |
| 4196 </int> |
| 4197 <int value="1" label="OpenSuccess"> |
| 4198 An on-disk backing store was opened successfully. |
| 4199 </int> |
| 4200 <int value="2" label="OpenFailedDirectory"> |
| 4201 An on-disk backing store could not be opened or created because the |
| 4202 directory could not be opened or created. Cleanup will not be attempted. |
| 4203 </int> |
| 4204 <int value="3" label="OpenFailedUnknownSchema"> |
| 4205 An on-disk backing store was opened but had an unknown schema version, due |
| 4206 to corruption or reverting to a previous version of Chrome. Cleanup will be |
| 4207 attempted. |
| 4208 </int> |
| 4209 <int value="4" label="OpenCleanupDestroyFailed"> |
| 4210 An on-disk backing store failed to open; cleanup was attempted but the |
| 4211 database could not be destroyed. |
| 4212 </int> |
| 4213 <int value="5" label="OpenCleanupReopenFailed"> |
| 4214 An on-disk backing store failed to open; cleanup was attempted but |
| 4215 re-opening the database failed. |
| 4216 </int> |
| 4217 <int value="6" label="OpenCleanupReopenSuccess"> |
| 4218 An on-disk backing store failed to open; cleanup was attempted and the |
| 4219 database was then opened successfully. |
| 4220 </int> |
| 4221 <int value="7" label="OpenFailedIOErrCheckingSchema"> |
| 4222 An on-disk backing store was opened but leveldb failed to read the schema |
| 4223 version. |
| 4224 </int> |
| 4225 <int value="8" label="OpenFailedUnknownErr"/> |
| 4226 <int value="9" label="OpenMemoryFailed"> |
| 4227 An in-memory backing store failed to open. |
| 4228 </int> |
| 4229 <int value="10" label="OpenNonASCII"> |
| 4230 A database with non-ascii characters in its path was opened (with either |
| 4231 success or failure). |
| 4232 </int> |
| 4233 </enum> |
| 4234 |
| 3993 <enum name="ImporterType" type="int"> | 4235 <enum name="ImporterType" type="int"> |
| 3994 <int value="0" label="Unknown"/> | 4236 <int value="0" label="Unknown"/> |
| 3995 <int value="1" label="IMPORTER_METRICS_IE">IE (Windows-only)</int> | 4237 <int value="1" label="IMPORTER_METRICS_IE">IE (Windows-only)</int> |
| 3996 <int value="2" label="IMPORTER_METRICS_FIREFOX2">Firefox 2</int> | 4238 <int value="2" label="IMPORTER_METRICS_FIREFOX2">Firefox 2</int> |
| 3997 <int value="3" label="IMPORTER_METRICS_FIREFOX3">Firefox 3 (and later)</int> | 4239 <int value="3" label="IMPORTER_METRICS_FIREFOX3">Firefox 3 (and later)</int> |
| 3998 <int value="4" label="IMPORTER_METRICS_SAFARI">Safari (Mac-only)</int> | 4240 <int value="4" label="IMPORTER_METRICS_SAFARI">Safari (Mac-only)</int> |
| 3999 <int value="5" label="IMPORTER_METRICS_GOOGLE_TOOLBAR5">Google Toolbar</int> | 4241 <int value="5" label="IMPORTER_METRICS_GOOGLE_TOOLBAR5">Google Toolbar</int> |
| 4000 <int value="6" label="IMPORTER_METRICS_BOOKMARKS_FILE"> | 4242 <int value="6" label="IMPORTER_METRICS_BOOKMARKS_FILE"> |
| 4001 A bookmarks.html file | 4243 A bookmarks.html file |
| 4002 </int> | 4244 </int> |
| 4003 </enum> | 4245 </enum> |
| 4004 | 4246 |
| 4247 <enum name="IndexedDatabaseMethods" type="int"> |
| 4248 <int value="0" label="CreateObjectStore()"/> |
| 4249 <int value="1" label="DeleteObjectStore()"/> |
| 4250 <int value="2" label="Transaction()"/> |
| 4251 <int value="3" label="DeleteDatabase()"/> |
| 4252 <int value="4" label="Open()"/> |
| 4253 </enum> |
| 4254 |
| 4005 <enum name="IPV6ProbeResult" type="int"> | 4255 <enum name="IPV6ProbeResult" type="int"> |
| 4006 <int value="0" label="IPV6_CANNOT_CREATE_SOCKETS"/> | 4256 <int value="0" label="IPV6_CANNOT_CREATE_SOCKETS"/> |
| 4007 <int value="1" label="IPV6_CAN_CREATE_SOCKETS"/> | 4257 <int value="1" label="IPV6_CAN_CREATE_SOCKETS"/> |
| 4008 <int value="2" label="IPV6_GETIFADDRS_FAILED"> | 4258 <int value="2" label="IPV6_GETIFADDRS_FAILED"> |
| 4009 getifaddrs or GetAdaptersAddresses failed | 4259 getifaddrs or GetAdaptersAddresses failed |
| 4010 </int> | 4260 </int> |
| 4011 <int value="3" label="IPV6_GLOBAL_ADDRESS_MISSING"/> | 4261 <int value="3" label="IPV6_GLOBAL_ADDRESS_MISSING"/> |
| 4012 <int value="4" label="IPV6_GLOBAL_ADDRESS_PRESENT"/> | 4262 <int value="4" label="IPV6_GLOBAL_ADDRESS_PRESENT"/> |
| 4013 <int value="5" label="IPV6_INTERFACE_ARRAY_TOO_SHORT"/> | 4263 <int value="5" label="IPV6_INTERFACE_ARRAY_TOO_SHORT"/> |
| 4014 </enum> | 4264 </enum> |
| 4015 | 4265 |
| 4266 <enum name="LevelDBErrorCount" type="int"> |
| 4267 <int value="1" label="Failure"/> |
| 4268 </enum> |
| 4269 |
| 4270 <enum name="LevelDBErrorTypes" type="int"> |
| 4271 <int value="0" label="NotFound"/> |
| 4272 <int value="1" label="Corruption"/> |
| 4273 <int value="2" label="IOError"/> |
| 4274 <int value="3" label="Other"/> |
| 4275 </enum> |
| 4276 |
| 4277 <enum name="LevelDBIOErrorMethods" type="int"> |
| 4278 <int value="0" label="SequentialFileRead"/> |
| 4279 <int value="1" label="SequentialFileSkip"/> |
| 4280 <int value="2" label="RandomAccessFileRead"/> |
| 4281 <int value="3" label="WritableFileAppend"/> |
| 4282 <int value="4" label="WritableFileClose"/> |
| 4283 <int value="5" label="WritableFileFlush"/> |
| 4284 <int value="6" label="WritableFileSync"/> |
| 4285 <int value="7" label="NewSequentialFile"/> |
| 4286 <int value="8" label="NewRandomAccessFile"/> |
| 4287 <int value="9" label="NewWritableFile"/> |
| 4288 <int value="10" label="DeleteFile"/> |
| 4289 <int value="11" label="CreateDir"/> |
| 4290 <int value="12" label="DeleteDir"/> |
| 4291 <int value="13" label="GetFileSize"/> |
| 4292 <int value="14" label="Renamefile"/> |
| 4293 <int value="15" label="LockFile"/> |
| 4294 <int value="16" label="UnlockFile"/> |
| 4295 <int value="17" label="GetTestDirectory"/> |
| 4296 <int value="18" label="NewLogger"/> |
| 4297 </enum> |
| 4298 |
| 4016 <enum name="LoadType" type="int"> | 4299 <enum name="LoadType" type="int"> |
| 4017 <int value="0" label="UNDEFINED_LOAD">Not yet initialized</int> | 4300 <int value="0" label="UNDEFINED_LOAD">Not yet initialized</int> |
| 4018 <int value="1" label="RELOAD">User pressed reload</int> | 4301 <int value="1" label="RELOAD">User pressed reload</int> |
| 4019 <int value="2" label="HISTORY_LOAD">Back or forward</int> | 4302 <int value="2" label="HISTORY_LOAD">Back or forward</int> |
| 4020 <int value="3" label="NORMAL_LOAD">User entered URL, or omnibox search</int> | 4303 <int value="3" label="NORMAL_LOAD">User entered URL, or omnibox search</int> |
| 4021 <int value="4" label="LINK_LOAD">(deprecated) Included next 4 categories</int> | 4304 <int value="4" label="LINK_LOAD">(deprecated) Included next 4 categories</int> |
| 4022 <int value="5" label="LINK_LOAD_NORMAL">Commonly following of link</int> | 4305 <int value="5" label="LINK_LOAD_NORMAL">Commonly following of link</int> |
| 4023 <int value="6" label="LINK_LOAD_RELOAD">JS/link directed reload</int> | 4306 <int value="6" label="LINK_LOAD_RELOAD">JS/link directed reload</int> |
| 4024 <int value="7" label="LINK_LOAD_CACHE_STALE_OK"> | 4307 <int value="7" label="LINK_LOAD_CACHE_STALE_OK"> |
| 4025 back/forward or encoding change | 4308 back/forward or encoding change |
| (...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4213 <int value="1" label="non-speculative, never used"/> | 4496 <int value="1" label="non-speculative, never used"/> |
| 4214 <int value="2" label="non-speculative and used"/> | 4497 <int value="2" label="non-speculative and used"/> |
| 4215 <int value="3" label="omnibox never connected"/> | 4498 <int value="3" label="omnibox never connected"/> |
| 4216 <int value="4" label="omnibox never used"/> | 4499 <int value="4" label="omnibox never used"/> |
| 4217 <int value="5" label="omnibox and used"/> | 4500 <int value="5" label="omnibox and used"/> |
| 4218 <int value="6" label="subresource never connected"/> | 4501 <int value="6" label="subresource never connected"/> |
| 4219 <int value="7" label="subresource never used"/> | 4502 <int value="7" label="subresource never used"/> |
| 4220 <int value="8" label="subresource and used"/> | 4503 <int value="8" label="subresource and used"/> |
| 4221 </enum> | 4504 </enum> |
| 4222 | 4505 |
| 4506 <enum name="OSAgnosticErrno" type="int"> |
| 4507 <summary>Errno values with the same meanings on Mac/Win/Linux.</summary> |
| 4508 <int value="0" label="0">No error</int> |
| 4509 <int value="1" label="EPERM">Operation not permitted</int> |
| 4510 <int value="2" label="ENOENT">No such file or directory</int> |
| 4511 <int value="3" label="ESRCH">No such process</int> |
| 4512 <int value="4" label="EINTR">Interrupted function call</int> |
| 4513 <int value="5" label="EIO">Input/output error</int> |
| 4514 <int value="6" label="ENXIO">No such device or address</int> |
| 4515 <int value="7" label="E2BIG">Arg list too long</int> |
| 4516 <int value="8" label="ENOEXEC">Exec format error</int> |
| 4517 <int value="9" label="EBADF">Bad file descriptor</int> |
| 4518 <int value="10" label="ECHILD">No child processes</int> |
| 4519 <int value="11" label="EDEADLK">Resource deadlock avoided</int> |
| 4520 <int value="12" label="ENOMEM">Cannot allocate memory</int> |
| 4521 <int value="13" label="EACCES">Permission denied</int> |
| 4522 <int value="14" label="EFAULT">Bad address</int> |
| 4523 <int value="15" label="ENOTBLK">Not a block device</int> |
| 4524 <int value="16" label="EBUSY">Resource busy</int> |
| 4525 <int value="17" label="EEXIST">File exists</int> |
| 4526 <int value="18" label="EXDEV">Improper link</int> |
| 4527 <int value="19" label="ENODEV">Operation not supported by device</int> |
| 4528 <int value="20" label="ENOTDIR">Not a directory</int> |
| 4529 <int value="21" label="EISDIR">Is a directory</int> |
| 4530 <int value="22" label="EINVAL">Invalid argument</int> |
| 4531 <int value="23" label="ENFILE">Too many open files in system</int> |
| 4532 <int value="24" label="EMFILE">Too many open files</int> |
| 4533 <int value="25" label="ENOTTY">Inappropriate ioctl for device</int> |
| 4534 <int value="26" label="ETXTBSY">Text file busy</int> |
| 4535 <int value="27" label="EFBIG">File too large</int> |
| 4536 <int value="28" label="ENOSPC">Device out of space</int> |
| 4537 <int value="29" label="ESPIPE">Illegal seek</int> |
| 4538 <int value="30" label="EROFS">Read-only file system</int> |
| 4539 <int value="31" label="EMLINK">Too many links</int> |
| 4540 <int value="32" label="EPIPE">Broken pipe</int> |
| 4541 <int value="33" label="EDOM">Numerical argument out of domain</int> |
| 4542 <int value="34" label="ERANGE">Numerical result out of range</int> |
| 4543 </enum> |
| 4544 |
| 4545 <enum name="PlatformFileError" type="int"> |
| 4546 <int value="0" label="OK"/> |
| 4547 <int value="1" label="FAILED"/> |
| 4548 <int value="2" label="IN_USE"/> |
| 4549 <int value="3" label="EXISTS"/> |
| 4550 <int value="4" label="NOT_FOUND"/> |
| 4551 <int value="5" label="ACCESS_DENIED"/> |
| 4552 <int value="6" label="TOO_MANY_OPENED"/> |
| 4553 <int value="7" label="NO_MEMORY"/> |
| 4554 <int value="8" label="NO_SPACE"/> |
| 4555 <int value="9" label="NOT_A_DIRECTORY"/> |
| 4556 <int value="10" label="INVALID_OPERATION"/> |
| 4557 <int value="11" label="SECURITY"/> |
| 4558 <int value="12" label="ABORT"/> |
| 4559 <int value="13" label="NOT_A_FILE"/> |
| 4560 <int value="14" label="NOT_EMPTY"/> |
| 4561 <int value="15" label="INVALID_URL"/> |
| 4562 </enum> |
| 4563 |
| 4223 <enum name="PreconnectMotivation" type="int"> | 4564 <enum name="PreconnectMotivation" type="int"> |
| 4224 <int value="0" label="MOUSE_OVER_MOTIVATED"/> | 4565 <int value="0" label="MOUSE_OVER_MOTIVATED"/> |
| 4225 <int value="1" label="PAGE_SCAN_MOTIVATED"/> | 4566 <int value="1" label="PAGE_SCAN_MOTIVATED"/> |
| 4226 <int value="2" label="UNIT_TEST_MOTIVATED"/> | 4567 <int value="2" label="UNIT_TEST_MOTIVATED"/> |
| 4227 <int value="3" label="LINKED_MAX_MOTIVATED"/> | 4568 <int value="3" label="LINKED_MAX_MOTIVATED"/> |
| 4228 <int value="4" label="OMNIBOX_MOTIVATED"/> | 4569 <int value="4" label="OMNIBOX_MOTIVATED"/> |
| 4229 <int value="5" label="STARTUP_LIST_MOTIVATED"/> | 4570 <int value="5" label="STARTUP_LIST_MOTIVATED"/> |
| 4230 <int value="6" label="EARLY_LOAD_MOTIVATED"/> | 4571 <int value="6" label="EARLY_LOAD_MOTIVATED"/> |
| 4231 <int value="7" label="NO_PREFETCH_MOTIVATION"/> | 4572 <int value="7" label="NO_PREFETCH_MOTIVATION"/> |
| 4232 <int value="8" label="STATIC_REFERAL_MOTIVATED"/> | 4573 <int value="8" label="STATIC_REFERAL_MOTIVATED"/> |
| (...skipping 426 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4659 <affected-histogram name="Renderer4.BeginToFinish_LinkLoadReload"/> | 5000 <affected-histogram name="Renderer4.BeginToFinish_LinkLoadReload"/> |
| 4660 <affected-histogram name="Renderer4.BeginToFinish_NormalLoad"/> | 5001 <affected-histogram name="Renderer4.BeginToFinish_NormalLoad"/> |
| 4661 <affected-histogram name="Renderer4.BeginToFinishDoc_LinkLoad"/> | 5002 <affected-histogram name="Renderer4.BeginToFinishDoc_LinkLoad"/> |
| 4662 <affected-histogram name="Renderer4.BeginToFinishDoc_LinkLoadNormal"/> | 5003 <affected-histogram name="Renderer4.BeginToFinishDoc_LinkLoadNormal"/> |
| 4663 <affected-histogram name="Renderer4.BeginToFinishDoc_LinkLoadReload"/> | 5004 <affected-histogram name="Renderer4.BeginToFinishDoc_LinkLoadReload"/> |
| 4664 <affected-histogram name="Renderer4.BeginToFinishDoc_NormalLoad"/> | 5005 <affected-histogram name="Renderer4.BeginToFinishDoc_NormalLoad"/> |
| 4665 <affected-histogram name="Renderer4.RequestToFinish"/> | 5006 <affected-histogram name="Renderer4.RequestToFinish"/> |
| 4666 <affected-histogram name="Renderer4.StartToFinish"/> | 5007 <affected-histogram name="Renderer4.StartToFinish"/> |
| 4667 </fieldtrial> | 5008 </fieldtrial> |
| 4668 | 5009 |
| 5010 <fieldtrial name="LevelDBEnvPlatformFileErrors" separator=""> |
| 5011 <group name="NewRandomAccessFile" label="NewRandomAccessFile"/> |
| 5012 <group name="LockFile" label="LockFile"/> |
| 5013 <affected-histogram name="LevelDBEnv.IDB.IOError."/> |
| 5014 <affected-histogram name="LevelDBEnv.IOError."/> |
| 5015 </fieldtrial> |
| 5016 |
| 5017 <fieldtrial name="LevelDBEnvRetryTimes" separator=""> |
| 5018 <group name="Rename" label="RenameFile"/> |
| 5019 <group name="LockFile" label="LockFile"/> |
| 5020 <affected-histogram name="LevelDBEnv.IDB.TimeTo"/> |
| 5021 <affected-histogram name="LevelDBEnv.TimeTo"/> |
| 5022 </fieldtrial> |
| 5023 |
| 4669 <fieldtrial name="OverlappedReadImpact"> | 5024 <fieldtrial name="OverlappedReadImpact"> |
| 4670 <group name="OverlappedReadDisabled" label="Non-blocking reads"/> | 5025 <group name="OverlappedReadDisabled" label="Non-blocking reads"/> |
| 4671 <group name="OverlappedReadEnabled" label="Default, async reads"/> | 5026 <group name="OverlappedReadEnabled" label="Default, async reads"/> |
| 4672 <affected-histogram name="Net.HttpJob.TotalTime"/> | 5027 <affected-histogram name="Net.HttpJob.TotalTime"/> |
| 4673 <affected-histogram name="Net.HttpJob.TotalTimeCached"/> | 5028 <affected-histogram name="Net.HttpJob.TotalTimeCached"/> |
| 4674 <affected-histogram name="Net.HttpJob.TotalTimeCancel"/> | 5029 <affected-histogram name="Net.HttpJob.TotalTimeCancel"/> |
| 4675 <affected-histogram name="Net.HttpJob.TotalTimeNotCached"/> | 5030 <affected-histogram name="Net.HttpJob.TotalTimeNotCached"/> |
| 4676 <affected-histogram name="Net.HttpJob.TotalTimeSuccess"/> | 5031 <affected-histogram name="Net.HttpJob.TotalTimeSuccess"/> |
| 4677 <affected-histogram name="PLT.Abandoned"/> | 5032 <affected-histogram name="PLT.Abandoned"/> |
| 4678 <affected-histogram name="PLT.BeginToFinish_LinkLoadNormal"/> | 5033 <affected-histogram name="PLT.BeginToFinish_LinkLoadNormal"/> |
| (...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4860 <fieldtrial name="SSLResumption"> | 5215 <fieldtrial name="SSLResumption"> |
| 4861 <group name="Resume_Handshake" label="Session Resumption"/> | 5216 <group name="Resume_Handshake" label="Session Resumption"/> |
| 4862 <group name="Full_Handshake" label="Full"/> | 5217 <group name="Full_Handshake" label="Full"/> |
| 4863 <affected-histogram name="Net.SSL_Connection_Latency"/> | 5218 <affected-histogram name="Net.SSL_Connection_Latency"/> |
| 4864 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> | 5219 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> |
| 4865 </fieldtrial> | 5220 </fieldtrial> |
| 4866 | 5221 |
| 4867 </fieldtrials> | 5222 </fieldtrials> |
| 4868 | 5223 |
| 4869 </histogram-configuration> | 5224 </histogram-configuration> |
| OLD | NEW |