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

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

Issue 2834543003: [subresource_filter] SB throttle can send multiple speculative requests. (Closed)
Patch Set: rebase on #468982 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
« no previous file with comments | « content/test/navigation_simulator_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 c5a6a1051d3ab145f47801f6850103b3fd4ca7ec..c3bcace85cb1317295bd1b75dff533b110037f6b 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -71150,6 +71150,26 @@ 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.SafeBrowsingDelay.NoRedirectSpeculation"
+ units="ms">
+ <owner>csharrison@chromium.org</owner>
+ <summary>
+ The navigation delay that would have been imposed by the subresource filter
+ on a given navigation due to Safe Browsing checks if redirect speculation
+ was removed. Removing this feature would cause more delay if a navigation
+ has redirects.
+ </summary>
+</histogram>
+
<histogram
name="SubresourceFilter.PageLoad.SubresourceEvaluation.TotalCPUDuration"
units="microseconds">
@@ -71192,6 +71212,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>
« no previous file with comments | « content/test/navigation_simulator_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698