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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2447443002: Log the size of each of the stores and complete DB on launch and after each (Closed)
Patch Set: git rebase Created 4 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 3d5b199df4660aad5aae1024c4f5d62e3555ad6b..33ef6207ce65312e3df9deab206dbf97bb335e5e 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -51810,6 +51810,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="SafeBrowsing.V4Database.Size" units="KB">
+ <owner>vakh@chromium.org</owner>
+ <summary>
+ The size of the SafeBrowsing database or file on disk in kilobytes, after
+ reading it from disk on startup and after a database update has occurred.
+ </summary>
+</histogram>
+
<histogram name="SafeBrowsing.V4DatabaseOpen.Time" units="ms">
<owner>vakh@chromium.org</owner>
<summary>
@@ -110214,6 +110222,7 @@ value.
<histogram_suffixes name="SafeBrowsing.V4Store.Metrics" separator="."
ordering="prefix">
+ <affected-histogram name="SafeBrowsing.V4Database.Size"/>
<suffix name="UrlMalware"/>
<suffix name="UrlSoceng"/>
<suffix name="UrlUws"/>

Powered by Google App Engine
This is Rietveld 408576698