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 9294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
9305 </histogram> | 9305 </histogram> |
9306 | 9306 |
9307 <histogram name="SimpleCache.IndexCorrupt" enum="BooleanCorrupt"> | 9307 <histogram name="SimpleCache.IndexCorrupt" enum="BooleanCorrupt"> |
9308 <summary>For each index load, whether the index file was corrupt.</summary> | 9308 <summary>For each index load, whether the index file was corrupt.</summary> |
9309 </histogram> | 9309 </histogram> |
9310 | 9310 |
9311 <histogram name="SimpleCache.IndexCreatedEntryCount"> | 9311 <histogram name="SimpleCache.IndexCreatedEntryCount"> |
9312 <summary>The number of entries in a newly created index file.</summary> | 9312 <summary>The number of entries in a newly created index file.</summary> |
9313 </histogram> | 9313 </histogram> |
9314 | 9314 |
| 9315 <histogram name="SimpleCache.IndexEntriesLoaded"> |
| 9316 <summary>Number of entries loaded from the index file on start.</summary> |
| 9317 </histogram> |
| 9318 |
| 9319 <histogram name="SimpleCache.IndexEntriesRestored"> |
| 9320 <summary> |
| 9321 Number of entries restored from disk when there was no index or the index |
| 9322 was corrupted. |
| 9323 </summary> |
| 9324 </histogram> |
| 9325 |
9315 <histogram name="SimpleCache.IndexInitializationWaiters"> | 9326 <histogram name="SimpleCache.IndexInitializationWaiters"> |
9316 <summary> | 9327 <summary> |
9317 At the time of index initialization, the number of enqueued jobs awaiting | 9328 At the time of index initialization, the number of enqueued jobs awaiting |
9318 index initialization. | 9329 index initialization. |
9319 </summary> | 9330 </summary> |
9320 </histogram> | 9331 </histogram> |
9321 | 9332 |
9322 <histogram name="SimpleCache.IndexInitializeMethod" | 9333 <histogram name="SimpleCache.IndexInitializeMethod" |
9323 enum="SimpleCacheIndexInitializeMethod"> | 9334 enum="SimpleCacheIndexInitializeMethod"> |
9324 <summary>The method used to initialize the simple cache index.</summary> | 9335 <summary>The method used to initialize the simple cache index.</summary> |
(...skipping 7853 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
17178 <group name="Disabled" label="Neither extra webstore link is visible"/> | 17189 <group name="Disabled" label="Neither extra webstore link is visible"/> |
17179 <group name="FooterLink" label="Link in bottom right of footer"/> | 17190 <group name="FooterLink" label="Link in bottom right of footer"/> |
17180 <group name="PlusIcon" label="Plus icon in apps page"/> | 17191 <group name="PlusIcon" label="Plus icon in apps page"/> |
17181 <affected-histogram name="Extensions.AppLaunch"/> | 17192 <affected-histogram name="Extensions.AppLaunch"/> |
17182 <affected-histogram name="NewTabPage.DefaultPageType"/> | 17193 <affected-histogram name="NewTabPage.DefaultPageType"/> |
17183 </fieldtrial> | 17194 </fieldtrial> |
17184 | 17195 |
17185 </fieldtrials> | 17196 </fieldtrials> |
17186 | 17197 |
17187 </histogram-configuration> | 17198 </histogram-configuration> |
OLD | NEW |