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

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

Issue 14976003: Histogram versions and extended error codes for SQLite databases. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: excess include. Created 7 years, 7 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 6745 matching lines...) Expand 10 before | Expand all | Expand 10 after
6756 </histogram> 6756 </histogram>
6757 6757
6758 <histogram name="SimpleCache.SyncOpenResult" enum="SimpleCacheSyncOpenResult"> 6758 <histogram name="SimpleCache.SyncOpenResult" enum="SimpleCacheSyncOpenResult">
6759 <summary>The result of attempting to create a new cache entry.</summary> 6759 <summary>The result of attempting to create a new cache entry.</summary>
6760 </histogram> 6760 </histogram>
6761 6761
6762 <histogram name="Sqlite.AppCache.Error" enum="SqliteErrorCode"> 6762 <histogram name="Sqlite.AppCache.Error" enum="SqliteErrorCode">
6763 <summary>Error codes returned by sqlite for the appcache db.</summary> 6763 <summary>Error codes returned by sqlite for the appcache db.</summary>
6764 </histogram> 6764 </histogram>
6765 6765
6766 <histogram name="Sqlite.AppCache.Version">
6767 <summary>Appcache db version at startup.</summary>
jar (doing other things) 2013/05/07 23:46:41 For each of these histograms.... can you give me a
6768 </histogram>
6769
6766 <histogram name="Sqlite.Cookie.Error" enum="SqliteErrorCode"> 6770 <histogram name="Sqlite.Cookie.Error" enum="SqliteErrorCode">
6767 <summary>Error codes returned by sqlite the cookie db.</summary> 6771 <summary>Error codes returned by sqlite for the cookie db.</summary>
6772 </histogram>
6773
6774 <histogram name="Sqlite.Cookie.Version">
6775 <summary>Cookie db version at startup.</summary>
6768 </histogram> 6776 </histogram>
6769 6777
6770 <histogram name="Sqlite.DatabaseTracker.Error" enum="SqliteErrorCode"> 6778 <histogram name="Sqlite.DatabaseTracker.Error" enum="SqliteErrorCode">
6771 <summary>Error codes returned by sqlite the websqldb tracker db.</summary> 6779 <summary>Error codes returned by sqlite for the websqldb tracker db.</summary>
6780 </histogram>
6781
6782 <histogram name="Sqlite.DatabaseTracker.Version">
6783 <summary>Websqldb tracker db version at startup.</summary>
6772 </histogram> 6784 </histogram>
6773 6785
6774 <histogram name="Sqlite.DomainBoundCerts.Error" enum="SqliteErrorCode"> 6786 <histogram name="Sqlite.DomainBoundCerts.Error" enum="SqliteErrorCode">
6775 <summary> 6787 <summary>
6776 Error codes returned by sqlite for the domain-bound certs db. 6788 Error codes returned by sqlite for the domain-bound certs db.
6777 </summary> 6789 </summary>
6778 </histogram> 6790 </histogram>
6779 6791
6792 <histogram name="Sqlite.DomainBoundCerts.Version">
6793 <summary>Domain-bound certs db version at startup.</summary>
6794 </histogram>
6795
6780 <histogram name="Sqlite.DomStorageDatabase.Error" enum="SqliteErrorCode"> 6796 <histogram name="Sqlite.DomStorageDatabase.Error" enum="SqliteErrorCode">
6781 <summary>Error codes returned by sqlite for the domstorage db.</summary> 6797 <summary>Error codes returned by sqlite for the domstorage db.</summary>
6782 </histogram> 6798 </histogram>
6783 6799
6800 <histogram name="Sqlite.DomStorageDatabase.Version">
6801 <summary>Domstorage db version at startup.</summary>
6802 </histogram>
6803
6784 <histogram name="Sqlite.Error" enum="SqliteErrorCode"> 6804 <histogram name="Sqlite.Error" enum="SqliteErrorCode">
6785 <summary>Error codes returned by sqlite for all databases.</summary> 6805 <summary>Error codes returned by sqlite for all databases.</summary>
6786 </histogram> 6806 </histogram>
6787 6807
6788 <histogram name="Sqlite.Error.IOERR" enum="SqliteIOERRCode"> 6808 <histogram name="Sqlite.Error.IOERR" enum="SqliteIOERRCode">
6789 <summary>Error codes returned by sqlite for all databases.</summary> 6809 <summary>
6810 Extended SQLITE_IOERR codes returned by sqlite for all databases.
6811 </summary>
6790 </histogram> 6812 </histogram>
6791 6813
6792 <histogram name="Sqlite.History.Error" enum="SqliteErrorCode"> 6814 <histogram name="Sqlite.History.Error" enum="SqliteErrorCode">
6793 <summary>Error codes returned by sqlite for the history db.</summary> 6815 <summary>Error codes returned by sqlite for the history db.</summary>
6794 </histogram> 6816 </histogram>
6795 6817
6818 <histogram name="Sqlite.History.Version">
6819 <summary>History db version at startup.</summary>
6820 </histogram>
6821
6796 <histogram name="Sqlite.Quota.Error" enum="SqliteErrorCode"> 6822 <histogram name="Sqlite.Quota.Error" enum="SqliteErrorCode">
6797 <summary>Error codes returned by sqlite for the quota db.</summary> 6823 <summary>Error codes returned by sqlite for the quota db.</summary>
6798 </histogram> 6824 </histogram>
6799 6825
6826 <histogram name="Sqlite.Quota.Version">
6827 <summary>Quota db version at startup.</summary>
6828 </histogram>
6829
6800 <histogram name="Sqlite.Text.Error" enum="SqliteErrorCode"> 6830 <histogram name="Sqlite.Text.Error" enum="SqliteErrorCode">
6801 <summary>Error codes returned by sqlite the full text db.</summary> 6831 <summary>Error codes returned by sqlite for the full text db.</summary>
6832 </histogram>
6833
6834 <histogram name="Sqlite.Text.Version">
6835 <summary>Full-text db version at startup.</summary>
6802 </histogram> 6836 </histogram>
6803 6837
6804 <histogram name="Sqlite.Thumbnail.Error" enum="SqliteErrorCode"> 6838 <histogram name="Sqlite.Thumbnail.Error" enum="SqliteErrorCode">
6805 <summary>Error codes returned by sqlite for the thumbnail db.</summary> 6839 <summary>Error codes returned by sqlite for the thumbnail db.</summary>
6806 </histogram> 6840 </histogram>
6807 6841
6842 <histogram name="Sqlite.Thumbnail.Version">
6843 <summary>Thumbnail db version at startup.</summary>
6844 </histogram>
6845
6846 <histogram name="Sqlite.TopSites.Error" enum="SqliteErrorCode">
6847 <summary>Error codes returned by sqlite for the top sites db.</summary>
6848 </histogram>
6849
6850 <histogram name="Sqlite.TopSites.Version">
6851 <summary>Top sites db version at startup.</summary>
6852 </histogram>
6853
6808 <histogram name="Sqlite.Web.Error" enum="SqliteErrorCode"> 6854 <histogram name="Sqlite.Web.Error" enum="SqliteErrorCode">
6809 <summary>Error codes returned by sqlite the web db.</summary> 6855 <summary>Error codes returned by sqlite for the web db.</summary>
6856 </histogram>
6857
6858 <histogram name="Sqlite.Web.Version">
6859 <summary>Web db version at startup.</summary>
6810 </histogram> 6860 </histogram>
6811 6861
6812 <histogram name="Tab.SwitchedToForegroundAge" units="ms"> 6862 <histogram name="Tab.SwitchedToForegroundAge" units="ms">
6813 <summary>Age (in ms) when the tab was switched to foreground.</summary> 6863 <summary>Age (in ms) when the tab was switched to foreground.</summary>
6814 </histogram> 6864 </histogram>
6815 6865
6816 <histogram name="Tab.SwitchedToForegroundLaunchedWithURL" 6866 <histogram name="Tab.SwitchedToForegroundLaunchedWithURL"
6817 enum="TabSwitchedToForegroundLaunchedWithURL"> 6867 enum="TabSwitchedToForegroundLaunchedWithURL">
6818 <summary> 6868 <summary>
6819 Each time a tab is brought to the foreground, this histogram indicates if 6869 Each time a tab is brought to the foreground, this histogram indicates if
(...skipping 5163 matching lines...) Expand 10 before | Expand all | Expand 10 after
11983 <fieldtrial name="SSLResumption"> 12033 <fieldtrial name="SSLResumption">
11984 <group name="Resume_Handshake" label="Session Resumption"/> 12034 <group name="Resume_Handshake" label="Session Resumption"/>
11985 <group name="Full_Handshake" label="Full"/> 12035 <group name="Full_Handshake" label="Full"/>
11986 <affected-histogram name="Net.SSL_Connection_Latency"/> 12036 <affected-histogram name="Net.SSL_Connection_Latency"/>
11987 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> 12037 <affected-histogram name="Net.SSL_Connection_Latency_Google"/>
11988 </fieldtrial> 12038 </fieldtrial>
11989 12039
11990 </fieldtrials> 12040 </fieldtrials>
11991 12041
11992 </histogram-configuration> 12042 </histogram-configuration>
OLDNEW
« sql/meta_table.cc ('K') | « sql/meta_table.cc ('k') | webkit/appcache/appcache_database.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698