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

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 17752002: [sql] Additional Raze() unit tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Trim page_size rather than constant size. 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sql/connection_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 1f71326af9ab761067513c085350a7b83c45f2cb..a9680d5f42bb8c1ce286ceaa6942238d4dff22c7 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -11846,6 +11846,18 @@ other types of suffix sets.
<summary>Error codes returned by sqlite for the quota db.</summary>
</histogram>
+<histogram name="Sqlite.RazeDatabase" enum="SqliteErrorCode">
+ <summary>Errors attempting to Raze() database.</summary>
+</histogram>
+
+<histogram name="Sqlite.RazeDatabase2" enum="SqliteErrorCode">
+ <summary>Errors on second attempt to Raze() database.</summary>
+</histogram>
+
+<histogram name="Sqlite.RazeDatabaseTruncate" enum="SqliteErrorCode">
+ <summary>Errors truncating database for Raze().</summary>
+</histogram>
+
<histogram name="Sqlite.SizeKB" units="Kb">
<summary>Size in kilobytes of pre-existing database at startup.</summary>
</histogram>
« no previous file with comments | « sql/connection_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698