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 3117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3128 <summary> | 3128 <summary> |
3129 Number of total files (regualr files + hosted documents) on Drive. Logged | 3129 Number of total files (regualr files + hosted documents) on Drive. Logged |
3130 when Drive is first accessed. | 3130 when Drive is first accessed. |
3131 </summary> | 3131 </summary> |
3132 </histogram> | 3132 </histogram> |
3133 | 3133 |
3134 <histogram name="GoogleNow.Event" enum="GoogleNowEvent"> | 3134 <histogram name="GoogleNow.Event" enum="GoogleNowEvent"> |
3135 <summary>Events in Google Now component extension.</summary> | 3135 <summary>Events in Google Now component extension.</summary> |
3136 </histogram> | 3136 </histogram> |
3137 | 3137 |
| 3138 <histogram name="History.TopSitesVisitsByRank" units="rank"> |
| 3139 <summary> |
| 3140 Page visits to each of a user's top 50 sites. Visits to all other sites go |
| 3141 into the 51st bucket. Only count the page visit if it came from user |
| 3142 browsing and only count it once when cycling through a redirect chain. |
| 3143 </summary> |
| 3144 </histogram> |
| 3145 |
3138 <histogram name="HistoryPage.OtherSessionsMenu" enum="NtpOtherSessionsType"> | 3146 <histogram name="HistoryPage.OtherSessionsMenu" enum="NtpOtherSessionsType"> |
3139 <summary> | 3147 <summary> |
3140 Histogram for usage of the section in the history page that allows the user | 3148 Histogram for usage of the section in the history page that allows the user |
3141 to access tabs from other devices. | 3149 to access tabs from other devices. |
3142 </summary> | 3150 </summary> |
3143 </histogram> | 3151 </histogram> |
3144 | 3152 |
3145 <histogram name="HttpCache.EntryLockWait" units="milliseconds"> | 3153 <histogram name="HttpCache.EntryLockWait" units="milliseconds"> |
3146 <summary> | 3154 <summary> |
3147 The time spent waiting for write lock on a disk cache entry. | 3155 The time spent waiting for write lock on a disk cache entry. |
(...skipping 16474 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
19622 <group name="Disabled" label="Neither extra webstore link is visible"/> | 19630 <group name="Disabled" label="Neither extra webstore link is visible"/> |
19623 <group name="FooterLink" label="Link in bottom right of footer"/> | 19631 <group name="FooterLink" label="Link in bottom right of footer"/> |
19624 <group name="PlusIcon" label="Plus icon in apps page"/> | 19632 <group name="PlusIcon" label="Plus icon in apps page"/> |
19625 <affected-histogram name="Extensions.AppLaunch"/> | 19633 <affected-histogram name="Extensions.AppLaunch"/> |
19626 <affected-histogram name="NewTabPage.DefaultPageType"/> | 19634 <affected-histogram name="NewTabPage.DefaultPageType"/> |
19627 </fieldtrial> | 19635 </fieldtrial> |
19628 | 19636 |
19629 </fieldtrials> | 19637 </fieldtrials> |
19630 | 19638 |
19631 </histogram-configuration> | 19639 </histogram-configuration> |
OLD | NEW |