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

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

Issue 21130008: Merge 214426 "Add histograms for session startup enum and number..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1547/src/
Patch Set: Created 7 years, 4 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/prefs/session_startup_pref.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 10840 matching lines...) Expand 10 before | Expand all | Expand 10 after
10851 </summary> 10851 </summary>
10852 </histogram> 10852 </histogram>
10853 10853
10854 <histogram name="Settings.ShowHomeButton" enum="BooleanEnabled"> 10854 <histogram name="Settings.ShowHomeButton" enum="BooleanEnabled">
10855 <summary> 10855 <summary>
10856 Whether or not the Home button is enabled in user preferences when a profile 10856 Whether or not the Home button is enabled in user preferences when a profile
10857 is loaded. 10857 is loaded.
10858 </summary> 10858 </summary>
10859 </histogram> 10859 </histogram>
10860 10860
10861 <histogram name="Settings.StartupPageLoadSettings" enum="SessionStartupPref">
10862 <summary>The startup page settings when a profile is loaded.</summary>
10863 </histogram>
10864
10865 <histogram name="Settings.StartupPageLoadURLs">
10866 <summary>
10867 The number of URLs to be loaded on startup when a profile is loaded, if the
10868 startup page setting is set to load URLs.
10869 </summary>
10870 </histogram>
10871
10861 <histogram name="SimpleCache.CheckCRCResult" enum="CheckCRCResult"> 10872 <histogram name="SimpleCache.CheckCRCResult" enum="CheckCRCResult">
10862 <summary> 10873 <summary>
10863 Whether or not the CRC was checked at the moment when the last reference to 10874 Whether or not the CRC was checked at the moment when the last reference to
10864 a read-only entry stream is closed. 10875 a read-only entry stream is closed.
10865 </summary> 10876 </summary>
10866 </histogram> 10877 </histogram>
10867 10878
10868 <histogram name="SimpleCache.CreationToIndex" units="milliseconds"> 10879 <histogram name="SimpleCache.CreationToIndex" units="milliseconds">
10869 <summary> 10880 <summary>
10870 The time from the creation of the simple cache backend until the index has 10881 The time from the creation of the simple cache backend until the index has
(...skipping 6844 matching lines...) Expand 10 before | Expand all | Expand 10 after
17715 <int value="0" label="SUCCESS"/> 17726 <int value="0" label="SUCCESS"/>
17716 <int value="1" label="UPLOAD_SUCCESS"/> 17727 <int value="1" label="UPLOAD_SUCCESS"/>
17717 <int value="2" label="UPLOAD_CANCELLED"/> 17728 <int value="2" label="UPLOAD_CANCELLED"/>
17718 <int value="3" label="UPLOAD_METADATA_NET_ERROR"/> 17729 <int value="3" label="UPLOAD_METADATA_NET_ERROR"/>
17719 <int value="4" label="UPLOAD_METADATA_RESPONSE_ERROR"/> 17730 <int value="4" label="UPLOAD_METADATA_RESPONSE_ERROR"/>
17720 <int value="5" label="UPLOAD_FILE_NET_ERROR"/> 17731 <int value="5" label="UPLOAD_FILE_NET_ERROR"/>
17721 <int value="6" label="UPLOAD_FILE_RESPONSE_ERROR"/> 17732 <int value="6" label="UPLOAD_FILE_RESPONSE_ERROR"/>
17722 <int value="7" label="UPLOAD_COMPLETE_RESPONSE_ERROR"/> 17733 <int value="7" label="UPLOAD_COMPLETE_RESPONSE_ERROR"/>
17723 </enum> 17734 </enum>
17724 17735
17736 <enum name="SessionStartupPref" type="int">
17737 <int value="0" label="Open home page (unused)"/>
17738 <int value="1" label="Continue from last opened pages"/>
17739 <int value="4" label="Open URLs"/>
17740 <int value="5" label="Open new tab page"/>
17741 </enum>
17742
17725 <enum name="ShillTerminationActionResult" type="int"> 17743 <enum name="ShillTerminationActionResult" type="int">
17726 <summary> 17744 <summary>
17727 The termination action result types come from TerminationActionResult in 17745 The termination action result types come from TerminationActionResult in
17728 shill/metrics.h 17746 shill/metrics.h
17729 </summary> 17747 </summary>
17730 <int value="0" label="Success"/> 17748 <int value="0" label="Success"/>
17731 <int value="1" label="Failure"/> 17749 <int value="1" label="Failure"/>
17732 </enum> 17750 </enum>
17733 17751
17734 <enum name="SideloadUIEvents" type="int"> 17752 <enum name="SideloadUIEvents" type="int">
(...skipping 2324 matching lines...) Expand 10 before | Expand all | Expand 10 after
20059 <group name="Disabled" label="Neither extra webstore link is visible"/> 20077 <group name="Disabled" label="Neither extra webstore link is visible"/>
20060 <group name="FooterLink" label="Link in bottom right of footer"/> 20078 <group name="FooterLink" label="Link in bottom right of footer"/>
20061 <group name="PlusIcon" label="Plus icon in apps page"/> 20079 <group name="PlusIcon" label="Plus icon in apps page"/>
20062 <affected-histogram name="Extensions.AppLaunch"/> 20080 <affected-histogram name="Extensions.AppLaunch"/>
20063 <affected-histogram name="NewTabPage.DefaultPageType"/> 20081 <affected-histogram name="NewTabPage.DefaultPageType"/>
20064 </fieldtrial> 20082 </fieldtrial>
20065 20083
20066 </fieldtrials> 20084 </fieldtrials>
20067 20085
20068 </histogram-configuration> 20086 </histogram-configuration>
OLDNEW
« no previous file with comments | « chrome/browser/prefs/session_startup_pref.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698