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

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

Issue 18978012: [sql] Cleanup open and close error histograms. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Next time, compile _before_ uploading. Created 7 years, 5 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
« sql/connection.cc ('K') | « sql/connection.cc ('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 11820 matching lines...) Expand 10 before | Expand all | Expand 10 after
11831 <summary> 11831 <summary>
11832 The predicted total process count if we isolated only HTTPS (not HTTP) 11832 The predicted total process count if we isolated only HTTPS (not HTTP)
11833 sites, subject to the process limit. Recorded once per UMA ping. 11833 sites, subject to the process limit. Recorded once per UMA ping.
11834 </summary> 11834 </summary>
11835 </histogram> 11835 </histogram>
11836 11836
11837 <histogram name="Sqlite.AppCache.Error" enum="SqliteErrorCode"> 11837 <histogram name="Sqlite.AppCache.Error" enum="SqliteErrorCode">
11838 <summary>Error codes returned by sqlite for the appcache db.</summary> 11838 <summary>Error codes returned by sqlite for the appcache db.</summary>
11839 </histogram> 11839 </histogram>
11840 11840
11841 <histogram name="Sqlite.CloseFailure" enum="SqliteErrorCode">
11842 <summary>Error which prevented database close.</summary>
11843 </histogram>
11844
11841 <histogram name="Sqlite.Cookie.Error" enum="SqliteErrorCode"> 11845 <histogram name="Sqlite.Cookie.Error" enum="SqliteErrorCode">
11842 <summary>Error codes returned by sqlite the cookie db.</summary> 11846 <summary>Error codes returned by sqlite the cookie db.</summary>
11843 </histogram> 11847 </histogram>
11844 11848
11845 <histogram name="Sqlite.DatabaseTracker.Error" enum="SqliteErrorCode"> 11849 <histogram name="Sqlite.DatabaseTracker.Error" enum="SqliteErrorCode">
11846 <summary>Error codes returned by sqlite the websqldb tracker db.</summary> 11850 <summary>Error codes returned by sqlite the websqldb tracker db.</summary>
11847 </histogram> 11851 </histogram>
11848 11852
11849 <histogram name="Sqlite.DomainBoundCerts.Error" enum="SqliteErrorCode"> 11853 <histogram name="Sqlite.DomainBoundCerts.Error" enum="SqliteErrorCode">
11850 <summary> 11854 <summary>
(...skipping 13 matching lines...) Expand all
11864 <obsolete> 11868 <obsolete>
11865 Replaced 5/14/2013 by expanded Sqlite.Error histogram. 11869 Replaced 5/14/2013 by expanded Sqlite.Error histogram.
11866 </obsolete> 11870 </obsolete>
11867 <summary>SQLite extended SQLITE_IOERR codes for all databases.</summary> 11871 <summary>SQLite extended SQLITE_IOERR codes for all databases.</summary>
11868 </histogram> 11872 </histogram>
11869 11873
11870 <histogram name="Sqlite.History.Error" enum="SqliteErrorCode"> 11874 <histogram name="Sqlite.History.Error" enum="SqliteErrorCode">
11871 <summary>Error codes returned by sqlite for the history db.</summary> 11875 <summary>Error codes returned by sqlite for the history db.</summary>
11872 </histogram> 11876 </histogram>
11873 11877
11878 <histogram name="Sqlite.OpenFailure" enum="SqliteErrorCode">
11879 <summary>Error which prevented database open.</summary>
11880 </histogram>
11881
11882 <histogram name="Sqlite.OpenProbeFailure" enum="SqliteErrorCode">
11883 <summary>Error from first read of the database.</summary>
11884 </histogram>
11885
11874 <histogram name="Sqlite.Quota.Error" enum="SqliteErrorCode"> 11886 <histogram name="Sqlite.Quota.Error" enum="SqliteErrorCode">
11875 <summary>Error codes returned by sqlite for the quota db.</summary> 11887 <summary>Error codes returned by sqlite for the quota db.</summary>
11876 </histogram> 11888 </histogram>
11877 11889
11878 <histogram name="Sqlite.RazeDatabase" enum="SqliteErrorCode"> 11890 <histogram name="Sqlite.RazeDatabase" enum="SqliteErrorCode">
11879 <summary>Errors attempting to Raze() database.</summary> 11891 <summary>Errors attempting to Raze() database.</summary>
11880 </histogram> 11892 </histogram>
11881 11893
11882 <histogram name="Sqlite.RazeDatabase2" enum="SqliteErrorCode"> 11894 <histogram name="Sqlite.RazeDatabase2" enum="SqliteErrorCode">
11883 <summary>Errors on second attempt to Raze() database.</summary> 11895 <summary>Errors on second attempt to Raze() database.</summary>
(...skipping 9650 matching lines...) Expand 10 before | Expand all | Expand 10 after
21534 <group name="Disabled" label="Neither extra webstore link is visible"/> 21546 <group name="Disabled" label="Neither extra webstore link is visible"/>
21535 <group name="FooterLink" label="Link in bottom right of footer"/> 21547 <group name="FooterLink" label="Link in bottom right of footer"/>
21536 <group name="PlusIcon" label="Plus icon in apps page"/> 21548 <group name="PlusIcon" label="Plus icon in apps page"/>
21537 <affected-histogram name="Extensions.AppLaunch"/> 21549 <affected-histogram name="Extensions.AppLaunch"/>
21538 <affected-histogram name="NewTabPage.DefaultPageType"/> 21550 <affected-histogram name="NewTabPage.DefaultPageType"/>
21539 </fieldtrial> 21551 </fieldtrial>
21540 21552
21541 </fieldtrials> 21553 </fieldtrials>
21542 21554
21543 </histogram-configuration> 21555 </histogram-configuration>
OLDNEW
« sql/connection.cc ('K') | « sql/connection.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698