| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index aeded720627340166c3aa3a2e4647cf803d6dd4e..e772d5a09fbf3c258ae84f76dd61ee9a73c79d27 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -71004,6 +71004,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">
|
| @@ -71046,6 +71066,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>
|
|
|