Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 216989cd57dd75a56580d87185b64a35e84e98fc..c3134eecdd51b94949f30c8fc732a2337d0d5448 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -71413,6 +71413,26 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
</summary> |
</histogram> |
+<histogram name="SubresourceFilter.DocumentLoad.ActivationComputingDelay" |
+ units="ms"> |
+ <owner>csharrison@chromium.org</owner> |
+ <summary> |
+ Records the total time the activation state navigation throttle within a |
+ document is delayed while calculating activation. Recorded at resume time. |
+ </summary> |
+</histogram> |
+ |
+<histogram |
+ name="SubresourceFilter.DocumentLoad.ActivationComputingDelay.MainFrame" |
+ units="ms"> |
+ <owner>csharrison@chromium.org</owner> |
+ <summary> |
+ Records the total time the activation state navigation throttle within a |
+ main frame document is delayed while calculating activation. Recorded at |
+ resume time. |
+ </summary> |
+</histogram> |
+ |
<histogram name="SubresourceFilter.DocumentLoad.ActivationState" |
enum="SubresourceFilterActivationState"> |
<owner>engedy@chromium.org</owner> |
@@ -71476,6 +71496,27 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
</summary> |
</histogram> |
+<histogram name="SubresourceFilter.DocumentLoad.SubframeFilteringDelay.Allowed" |
+ units="ms"> |
+ <owner>csharrison@chromium.org</owner> |
+ <summary> |
+ Records the total time a subframe navigation was delayed while calculating |
+ whether it should be disallowed or not. Logged for all navigations that were |
+ allowed. |
+ </summary> |
+</histogram> |
+ |
+<histogram |
+ name="SubresourceFilter.DocumentLoad.SubframeFilteringDelay.Disallowed" |
+ units="ms"> |
+ <owner>csharrison@chromium.org</owner> |
+ <summary> |
+ Records the total time a subframe navigation was delayed while calculating |
+ whether it should be disallowed or not. Logged for all navigations that were |
+ disallowed. |
+ </summary> |
+</histogram> |
+ |
<histogram |
name="SubresourceFilter.DocumentLoad.SubresourceEvaluation.TotalCPUDuration" |
units="microseconds"> |