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

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

Issue 2834543003: [subresource_filter] SB throttle can send multiple speculative requests. (Closed)
Patch Set: engedy review Created 3 years, 8 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 e9d7a0b60401b1cf567f6280048d285cfcd6fcaa..7ef0a38ff2293595878c56379d2e7b829e44f6ca 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -70923,6 +70923,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="SubresourceFilter.PageLoad.SafeBrowsingDelay" units="ms">
+ <owner>csharrison@chromium.org</owner>
+ <summary>
+ The navigation delay imposed by the subresource filter on a given navigation
+ due to Safe Browsing checks.
+ </summary>
+</histogram>
+
<histogram
name="SubresourceFilter.PageLoad.SubresourceEvaluation.TotalCPUDuration"
units="microseconds">
@@ -70965,6 +70973,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="SubresourceFilter.SafeBrowsing.CheckTime" units="ms">
+ <owner>csharrison@chromium.org</owner>
+ <summary>
+ The time an individual Safe Browsing URL check took before finishing. Logged
+ when a check is complete or cancelled due to a timeout.
+ </summary>
+</histogram>
+
<histogram name="SubresourceFilter.SubresourceLoad.Evaluation.CPUDuration"
units="microseconds">
<owner>pkalinnikov@chromium.org</owner>

Powered by Google App Engine
This is Rietveld 408576698