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

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: Added histogram description 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
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 2588 matching lines...) Expand 10 before | Expand all | Expand 10 after
2599 <summary> 2599 <summary>
2600 Number of total files (regualr files + hosted documents) on Drive. Logged 2600 Number of total files (regualr files + hosted documents) on Drive. Logged
2601 when Drive is first accessed. 2601 when Drive is first accessed.
2602 </summary> 2602 </summary>
2603 </histogram> 2603 </histogram>
2604 2604
2605 <histogram name="GoogleNow.Event" enum="GoogleNowEvent"> 2605 <histogram name="GoogleNow.Event" enum="GoogleNowEvent">
2606 <summary>Events in Google Now component extension.</summary> 2606 <summary>Events in Google Now component extension.</summary>
2607 </histogram> 2607 </histogram>
2608 2608
2609 <histogram name="History.TopSitesVisitsByRank" units="rank">
2610 <summary>Page visits to each of a user's top k sites.</summary>
jar (doing other things) 2013/06/11 00:47:35 This seems like a strange metric. Are you saying
2611 </histogram>
2612
2609 <histogram name="HistoryPage.OtherSessionsMenu" enum="NtpOtherSessionsType"> 2613 <histogram name="HistoryPage.OtherSessionsMenu" enum="NtpOtherSessionsType">
2610 <summary> 2614 <summary>
2611 Histogram for usage of the section in the history page that allows the user 2615 Histogram for usage of the section in the history page that allows the user
2612 to access tabs from other devices. 2616 to access tabs from other devices.
2613 </summary> 2617 </summary>
2614 </histogram> 2618 </histogram>
2615 2619
2616 <histogram name="HttpCache.EntryLockWait" units="milliseconds"> 2620 <histogram name="HttpCache.EntryLockWait" units="milliseconds">
2617 <summary> 2621 <summary>
2618 The time spent waiting for write lock on a disk cache entry. 2622 The time spent waiting for write lock on a disk cache entry.
(...skipping 15566 matching lines...) Expand 10 before | Expand all | Expand 10 after
18185 <group name="Disabled" label="Neither extra webstore link is visible"/> 18189 <group name="Disabled" label="Neither extra webstore link is visible"/>
18186 <group name="FooterLink" label="Link in bottom right of footer"/> 18190 <group name="FooterLink" label="Link in bottom right of footer"/>
18187 <group name="PlusIcon" label="Plus icon in apps page"/> 18191 <group name="PlusIcon" label="Plus icon in apps page"/>
18188 <affected-histogram name="Extensions.AppLaunch"/> 18192 <affected-histogram name="Extensions.AppLaunch"/>
18189 <affected-histogram name="NewTabPage.DefaultPageType"/> 18193 <affected-histogram name="NewTabPage.DefaultPageType"/>
18190 </fieldtrial> 18194 </fieldtrial>
18191 18195
18192 </fieldtrials> 18196 </fieldtrials>
18193 18197
18194 </histogram-configuration> 18198 </histogram-configuration>
OLDNEW
« chrome/browser/history/history_backend.cc ('K') | « chrome/browser/history/history_backend.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698