Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index a522cf4f5f295f63896ab19e6960e39f7f923ed2..6936ec6427918399d427215714273948e3ef6b1e 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -56569,7 +56569,8 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
<summary> |
Whenever a document load is finished in a main frame or subframe with |
subresource filtering activated, records the total number of subresource |
- loads that have been evaluated. |
+ loads that have been evaluated. This only differs from 'Total' when the |
+ document is subject to a deactivating rule with DOCUMENT activation type. |
</summary> |
</histogram> |
@@ -56585,6 +56586,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
</summary> |
</histogram> |
+<histogram name="SubresourceFilter.DocumentLoad.NumSubresourceLoads.Total" |
+ units="resource loads"> |
+ <owner>engedy@chromium.org</owner> |
+ <summary> |
+ Whenever a document load is finished in a main frame or subframe with |
+ subresource filtering activated, records the total number of subresource |
+ loads that have gone through the subresource filtering pipeline. |
+ </summary> |
+</histogram> |
+ |
<histogram name="SubresourceFilter.DocumentLoad.RulesetIsAvailable" |
enum="BooleanAvailable"> |
<owner>engedy@chromium.org</owner> |