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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2423523003: Small: Add store specific histograms also. (Closed)
Patch Set: Update the comment about histogram naming Created 4 years, 2 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:
Download patch
« no previous file with comments | « components/safe_browsing_db/v4_store.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 1b79ca737d73b284ba3c4f9ff1e2fa782e539d38..10ee4c9dc4a3aa4f15032924108d1e07249d20da 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -109599,6 +109599,41 @@ value.
<affected-histogram name="PreloadScanner.Counts2.Miss"/>
</histogram_suffixes>
+<histogram_suffixes name="SafeBrowsing.V4Store.Metrics" separator="."
+ ordering="prefix">
+ <suffix name="UrlMalware"/>
+ <suffix name="UrlSoceng"/>
+ <suffix name="UrlUws"/>
+ <affected-histogram
+ name="SafeBrowsing.V4ProcessFullUpdate.ApplyUpdate.Result"/>
+ <affected-histogram name="SafeBrowsing.V4ProcessFullUpdate.ApplyUpdate.Time"/>
+ <affected-histogram
+ name="SafeBrowsing.V4ProcessFullUpdate.DecodeAdditions.Result"/>
+ <affected-histogram
+ name="SafeBrowsing.V4ProcessFullUpdate.DecodeAdditions.Time"/>
+ <affected-histogram name="SafeBrowsing.V4ProcessFullUpdate.MergeUpdate.Time"/>
+ <affected-histogram
+ name="SafeBrowsing.V4ProcessPartialUpdate.ApplyUpdate.Result"/>
+ <affected-histogram
+ name="SafeBrowsing.V4ProcessPartialUpdate.ApplyUpdate.Time"/>
+ <affected-histogram
+ name="SafeBrowsing.V4ProcessPartialUpdate.DecodeAdditions.Result"/>
+ <affected-histogram
+ name="SafeBrowsing.V4ProcessPartialUpdate.DecodeAdditions.Time"/>
+ <affected-histogram
+ name="SafeBrowsing.V4ProcessPartialUpdate.DecodeRemovals.Result"/>
+ <affected-histogram
+ name="SafeBrowsing.V4ProcessPartialUpdate.DecodeRemovals.Time"/>
+ <affected-histogram
+ name="SafeBrowsing.V4ProcessPartialUpdate.MergeUpdate.Time"/>
+ <affected-histogram name="SafeBrowsing.V4ReadFromDisk.ApplyUpdate.Result"/>
+ <affected-histogram name="SafeBrowsing.V4ReadFromDisk.ApplyUpdate.Time"/>
+ <affected-histogram
+ name="SafeBrowsing.V4ReadFromDisk.DecodeAdditions.Result"/>
+ <affected-histogram name="SafeBrowsing.V4ReadFromDisk.DecodeAdditions.Time"/>
+ <affected-histogram name="SafeBrowsing.V4ReadFromDisk.MergeUpdate.Time"/>
+</histogram_suffixes>
+
<histogram_suffixes name="SafeBrowsingLists" separator=".">
<suffix name="Browse" label="Browse"/>
<suffix name="Download" label="Download"/>
« no previous file with comments | « components/safe_browsing_db/v4_store.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698