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

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: git-cl-upload said I should do so. 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
« no previous file with comments | « 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 12996 matching lines...) Expand 10 before | Expand all | Expand 10 after
13007 <summary> 13007 <summary>
13008 The predicted total process count if we isolated only HTTPS (not HTTP) 13008 The predicted total process count if we isolated only HTTPS (not HTTP)
13009 sites, subject to the process limit. Recorded once per UMA ping. 13009 sites, subject to the process limit. Recorded once per UMA ping.
13010 </summary> 13010 </summary>
13011 </histogram> 13011 </histogram>
13012 13012
13013 <histogram name="Sqlite.AppCache.Error" enum="SqliteErrorCode"> 13013 <histogram name="Sqlite.AppCache.Error" enum="SqliteErrorCode">
13014 <summary>Error codes returned by sqlite for the appcache db.</summary> 13014 <summary>Error codes returned by sqlite for the appcache db.</summary>
13015 </histogram> 13015 </histogram>
13016 13016
13017 <histogram name="Sqlite.CloseFailure" enum="SqliteErrorCode">
13018 <summary>Error which prevented database close.</summary>
13019 </histogram>
13020
13017 <histogram name="Sqlite.Cookie.Error" enum="SqliteErrorCode"> 13021 <histogram name="Sqlite.Cookie.Error" enum="SqliteErrorCode">
13018 <summary>Error codes returned by sqlite the cookie db.</summary> 13022 <summary>Error codes returned by sqlite the cookie db.</summary>
13019 </histogram> 13023 </histogram>
13020 13024
13021 <histogram name="Sqlite.DatabaseTracker.Error" enum="SqliteErrorCode"> 13025 <histogram name="Sqlite.DatabaseTracker.Error" enum="SqliteErrorCode">
13022 <summary>Error codes returned by sqlite the websqldb tracker db.</summary> 13026 <summary>Error codes returned by sqlite the websqldb tracker db.</summary>
13023 </histogram> 13027 </histogram>
13024 13028
13025 <histogram name="Sqlite.DomainBoundCerts.Error" enum="SqliteErrorCode"> 13029 <histogram name="Sqlite.DomainBoundCerts.Error" enum="SqliteErrorCode">
13026 <summary> 13030 <summary>
(...skipping 13 matching lines...) Expand all
13040 <obsolete> 13044 <obsolete>
13041 Replaced 5/14/2013 by expanded Sqlite.Error histogram. 13045 Replaced 5/14/2013 by expanded Sqlite.Error histogram.
13042 </obsolete> 13046 </obsolete>
13043 <summary>SQLite extended SQLITE_IOERR codes for all databases.</summary> 13047 <summary>SQLite extended SQLITE_IOERR codes for all databases.</summary>
13044 </histogram> 13048 </histogram>
13045 13049
13046 <histogram name="Sqlite.History.Error" enum="SqliteErrorCode"> 13050 <histogram name="Sqlite.History.Error" enum="SqliteErrorCode">
13047 <summary>Error codes returned by sqlite for the history db.</summary> 13051 <summary>Error codes returned by sqlite for the history db.</summary>
13048 </histogram> 13052 </histogram>
13049 13053
13054 <histogram name="Sqlite.OpenFailure" enum="SqliteErrorCode">
13055 <summary>Error which prevented database open.</summary>
13056 </histogram>
13057
13058 <histogram name="Sqlite.OpenProbeFailure" enum="SqliteErrorCode">
13059 <summary>Error from first read of the database.</summary>
13060 </histogram>
13061
13050 <histogram name="Sqlite.Quota.Error" enum="SqliteErrorCode"> 13062 <histogram name="Sqlite.Quota.Error" enum="SqliteErrorCode">
13051 <summary>Error codes returned by sqlite for the quota db.</summary> 13063 <summary>Error codes returned by sqlite for the quota db.</summary>
13052 </histogram> 13064 </histogram>
13053 13065
13054 <histogram name="Sqlite.RazeDatabase" enum="SqliteErrorCode"> 13066 <histogram name="Sqlite.RazeDatabase" enum="SqliteErrorCode">
13055 <summary>Errors attempting to Raze() database.</summary> 13067 <summary>Errors attempting to Raze() database.</summary>
13056 </histogram> 13068 </histogram>
13057 13069
13058 <histogram name="Sqlite.RazeDatabase2" enum="SqliteErrorCode"> 13070 <histogram name="Sqlite.RazeDatabase2" enum="SqliteErrorCode">
13059 <summary>Errors on second attempt to Raze() database.</summary> 13071 <summary>Errors on second attempt to Raze() database.</summary>
(...skipping 10356 matching lines...) Expand 10 before | Expand all | Expand 10 after
23416 <group name="Disabled" label="Neither extra webstore link is visible"/> 23428 <group name="Disabled" label="Neither extra webstore link is visible"/>
23417 <group name="FooterLink" label="Link in bottom right of footer"/> 23429 <group name="FooterLink" label="Link in bottom right of footer"/>
23418 <group name="PlusIcon" label="Plus icon in apps page"/> 23430 <group name="PlusIcon" label="Plus icon in apps page"/>
23419 <affected-histogram name="Extensions.AppLaunch"/> 23431 <affected-histogram name="Extensions.AppLaunch"/>
23420 <affected-histogram name="NewTabPage.DefaultPageType"/> 23432 <affected-histogram name="NewTabPage.DefaultPageType"/>
23421 </fieldtrial> 23433 </fieldtrial>
23422 23434
23423 </fieldtrials> 23435 </fieldtrials>
23424 23436
23425 </histogram-configuration> 23437 </histogram-configuration>
OLDNEW
« no previous file with comments | « sql/connection.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698