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

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

Issue 1957703002: This CL logs the metrics to see the impact of document.write script blocking feature. The metrics a… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2704
Patch Set: Created 4 years, 7 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 | « third_party/WebKit/public/platform/WebLoadingBehaviorFlag.h ('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 fb9764d715461cc146acd2a7adb97e45b4654b42..7fc781c4d2d76f027d269ee0deba966d5e5a9913 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -34382,6 +34382,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="PageLoad.Clients.DocWrite.Block.ReloadCount">
+ <owner>shivanisha@chromium.org</owner>
+ <owner>bmcquade@chromium.org</owner>
+ <summary>
+ This metric measures reloads in pages that have synchronous, cross-origin
+ document.written scripts that could be blocked if document.write script
+ blocking feature is enabled.
+ </summary>
+</histogram>
+
<histogram name="PageLoad.Clients.GoogleCaptcha.Events"
enum="GoogleCaptchaEvent">
<owner>mdw@chromium.org</owner>
@@ -90728,6 +90738,16 @@ To add a new entry, add it with any value and run test to compute valid value.
<histogram_suffixes name="PageLoadBackgrounded2" separator=".">
<affected-histogram
+ name="PageLoad.Clients.DocWrite.Block.Timing2.ParseBlockedOnScriptLoad"/>
+ <affected-histogram
+ name="PageLoad.Clients.DocWrite.Block.Timing2.ParseBlockedOnScriptLoad.ParseComplete"/>
+ <affected-histogram
+ name="PageLoad.Clients.DocWrite.Block.Timing2.ParseBlockedOnScriptLoadFromDocumentWrite"/>
+ <affected-histogram
+ name="PageLoad.Clients.DocWrite.Block.Timing2.ParseBlockedOnScriptLoadFromDocumentWrite.ParseComplete"/>
+ <affected-histogram
+ name="PageLoad.Clients.DocWrite.Block.Timing2.ParseDuration"/>
+ <affected-histogram
name="PageLoad.Clients.DocWrite.Evaluator.Timing2.NavigationToFirstContentfulPaint"/>
<affected-histogram
name="PageLoad.Clients.DocWrite.Evaluator.Timing2.ParseBlockedOnScriptLoad"/>
@@ -90812,6 +90832,10 @@ To add a new entry, add it with any value and run test to compute valid value.
<affected-histogram
name="PageLoad.Timing2.DOMLoadingToDOMContentLoadedEventFired"/>
<affected-histogram name="PageLoad.Timing2.DOMLoadingToFirstContentfulPaint"/>
+ <suffix name="Clients.DocWrite.Block"
+ label="PageLoadMetrics from a page that has synchronous, cross-origin
+ document.written scripts that could be blocked if the
+ document.write script blocking feature is enabled."/>
<affected-histogram
name="PageLoad.Timing2.NavigationToDOMContentLoadedEventFired"/>
<affected-histogram name="PageLoad.Timing2.NavigationToFirstContentfulPaint"/>
« no previous file with comments | « third_party/WebKit/public/platform/WebLoadingBehaviorFlag.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698