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 9255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 9266 </histogram> | 9266 </histogram> |
| 9267 | 9267 |
| 9268 <histogram name="SimpleCache.IndexCorrupt" enum="BooleanCorrupt"> | 9268 <histogram name="SimpleCache.IndexCorrupt" enum="BooleanCorrupt"> |
| 9269 <summary>For each index load, whether the index file was corrupt.</summary> | 9269 <summary>For each index load, whether the index file was corrupt.</summary> |
| 9270 </histogram> | 9270 </histogram> |
| 9271 | 9271 |
| 9272 <histogram name="SimpleCache.IndexCreatedEntryCount"> | 9272 <histogram name="SimpleCache.IndexCreatedEntryCount"> |
| 9273 <summary>The number of entries in a newly created index file.</summary> | 9273 <summary>The number of entries in a newly created index file.</summary> |
| 9274 </histogram> | 9274 </histogram> |
| 9275 | 9275 |
| 9276 <histogram name="SimpleCache.IndexEntriesLoaded"> | |
| 9277 <summary>Number of entries loaded from the index.</summary> | |
|
jar (doing other things)
2013/06/05 18:17:54
Please indicate when this sample is taken. Is th
pasko
2013/06/05 18:35:23
Done. It happens on index start.
| |
| 9278 </histogram> | |
| 9279 | |
| 9280 <histogram name="SimpleCache.IndexEntriesRestored"> | |
| 9281 <summary> | |
| 9282 Number of entries restored from disk when there was no index or the index | |
| 9283 was corrupted. | |
| 9284 </summary> | |
| 9285 </histogram> | |
| 9286 | |
| 9276 <histogram name="SimpleCache.IndexInitializationWaiters"> | 9287 <histogram name="SimpleCache.IndexInitializationWaiters"> |
| 9277 <summary> | 9288 <summary> |
| 9278 At the time of index initialization, the number of enqueued jobs awaiting | 9289 At the time of index initialization, the number of enqueued jobs awaiting |
| 9279 index initialization. | 9290 index initialization. |
| 9280 </summary> | 9291 </summary> |
| 9281 </histogram> | 9292 </histogram> |
| 9282 | 9293 |
| 9283 <histogram name="SimpleCache.IndexInitializeMethod" | 9294 <histogram name="SimpleCache.IndexInitializeMethod" |
| 9284 enum="SimpleCacheIndexInitializeMethod"> | 9295 enum="SimpleCacheIndexInitializeMethod"> |
| 9285 <summary>The method used to initialize the simple cache index.</summary> | 9296 <summary>The method used to initialize the simple cache index.</summary> |
| (...skipping 7682 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 16968 <group name="Disabled" label="Neither extra webstore link is visible"/> | 16979 <group name="Disabled" label="Neither extra webstore link is visible"/> |
| 16969 <group name="FooterLink" label="Link in bottom right of footer"/> | 16980 <group name="FooterLink" label="Link in bottom right of footer"/> |
| 16970 <group name="PlusIcon" label="Plus icon in apps page"/> | 16981 <group name="PlusIcon" label="Plus icon in apps page"/> |
| 16971 <affected-histogram name="Extensions.AppLaunch"/> | 16982 <affected-histogram name="Extensions.AppLaunch"/> |
| 16972 <affected-histogram name="NewTabPage.DefaultPageType"/> | 16983 <affected-histogram name="NewTabPage.DefaultPageType"/> |
| 16973 </fieldtrial> | 16984 </fieldtrial> |
| 16974 | 16985 |
| 16975 </fieldtrials> | 16986 </fieldtrials> |
| 16976 | 16987 |
| 16977 </histogram-configuration> | 16988 </histogram-configuration> |
| OLD | NEW |