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

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
« no previous file with comments | « components/safe_browsing_db/v4_store_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 2d0f4ba25eb794f15ee4b47ea28b309f1eb64cfc..2d3b091764f203d782d9c11458be3724ec5bb274 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -51874,6 +51874,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>
@@ -110349,6 +110357,7 @@ value.
<suffix name="UrlMalware"/>
<suffix name="UrlSoceng"/>
<suffix name="UrlUws"/>
+ <affected-histogram name="SafeBrowsing.V4Database.Size"/>
<affected-histogram
name="SafeBrowsing.V4ProcessFullUpdate.ApplyUpdate.Result"/>
<affected-histogram name="SafeBrowsing.V4ProcessFullUpdate.ApplyUpdate.Time"/>
« no previous file with comments | « components/safe_browsing_db/v4_store_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698