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

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

Issue 2183883002: Implement deactivating SubresourceFilter for document. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@integrate_ruleset
Patch Set: Address more comments from engedy@ Created 4 years, 4 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 | « components/subresource_filter/core/common/url_pattern_matching_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 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>
« no previous file with comments | « components/subresource_filter/core/common/url_pattern_matching_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698