Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Side by Side Diff: tools/metrics/histograms/histograms.xml

Issue 16517002: Track fraction of visits to top URLs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Made UMA-related functions into members Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/history/history_types.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 16560 matching lines...) Expand 10 before | Expand all | Expand 10 after
19708 <group name="Disabled" label="Neither extra webstore link is visible"/> 19716 <group name="Disabled" label="Neither extra webstore link is visible"/>
19709 <group name="FooterLink" label="Link in bottom right of footer"/> 19717 <group name="FooterLink" label="Link in bottom right of footer"/>
19710 <group name="PlusIcon" label="Plus icon in apps page"/> 19718 <group name="PlusIcon" label="Plus icon in apps page"/>
19711 <affected-histogram name="Extensions.AppLaunch"/> 19719 <affected-histogram name="Extensions.AppLaunch"/>
19712 <affected-histogram name="NewTabPage.DefaultPageType"/> 19720 <affected-histogram name="NewTabPage.DefaultPageType"/>
19713 </fieldtrial> 19721 </fieldtrial>
19714 19722
19715 </fieldtrials> 19723 </fieldtrials>
19716 19724
19717 </histogram-configuration> 19725 </histogram-configuration>
OLDNEW
« no previous file with comments | « chrome/browser/history/history_types.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698