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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 49673006: [sql] Ship Favicons recovery code to beta and stable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « chrome/browser/history/thumbnail_database.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 6ece86b5abbd2198a29959788a6e79b3f819f72f..7385050914ba6f0816cf6885ead7b580c09eb379 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -5040,6 +5040,32 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="History.FaviconsRecoveredPercentage" units="%">
+ <summary>
+ Size of the recovered Favicons database relative to the original corrupt
+ database. Recovery is VACUUM-like, so the resulting database should always
+ be smaller. Substantial 100% results would indicate empty databases being
+ recovered, substantial low% results would indicate very little data being
+ recovered.
+ </summary>
+</histogram>
+
+<histogram name="History.FaviconsRecoveredRowsFaviconBitmaps">
+ <summary>
+ Rows recovered from [favicon_bitmaps] table in Favicons recovery.
+ </summary>
+</histogram>
+
+<histogram name="History.FaviconsRecoveredRowsFavicons">
+ <summary>Rows recovered from [favicons] table in Favicons recovery.</summary>
+</histogram>
+
+<histogram name="History.FaviconsRecoveredRowsIconMapping">
+ <summary>
+ Rows recovered from [icon_mapping] table in Favicons recovery.
+ </summary>
+</histogram>
+
<histogram name="History.FaviconsRecovery" enum="HistoryFaviconsRecoveryEnum">
<summary>
Track results of SQLite database recovery code in thumbnail_database.cc.
« no previous file with comments | « chrome/browser/history/thumbnail_database.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698