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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2441923003: PVer4: Add UMA metrics for time taken to: load DB, do prefix check, (Closed)
Patch Set: Add new histograms to histograms.xml 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 6985dada5c972a922c69887a6263e1836bb7eaae..8ebd5a1cf343da0d11e22508793b60022a6e641e 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -51741,6 +51741,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="SafeBrowsing.V4DatabaseOpen.Time" units="ms">
+ <owner>vakh@chromium.org</owner>
+ <summary>
+ The time it takes to parse and load the SafeBrowsing database from disk, in
+ milliseconds.
+ </summary>
+</histogram>
+
<histogram name="SafeBrowsing.V4DecodeAdditionsResult"
enum="SafeBrowsingV4DecodeResult">
<obsolete>
@@ -51803,6 +51811,13 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>Track get hash response hits for V4 full hash requests.</summary>
</histogram>
+<histogram name="SafeBrowsing.V4GetPrefixMatches.Time" units="ms">
+ <owner>vakh@chromium.org</owner>
+ <summary>
+ The time that it took to check a URL against our in-memory database.
Nathan Parker 2016/10/22 00:24:55 Maybe note that this is the sum of all in-memory c
vakh (use Gerrit instead) 2016/10/22 01:34:34 Done.
+ </summary>
+</histogram>
+
<histogram name="SafeBrowsing.V4MergeUpdateTime" units="ms">
<obsolete>
Replaced by SafeBrowsing.V4*.MergeUpdate.Time.

Powered by Google App Engine
This is Rietveld 408576698