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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2346813002: Add histograms for script execution time for doc write observer (Closed)
Patch Set: Created 4 years, 3 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 5ef617d9dfbd1d54d00646242fdddef5839a9407..5538cf4f7e62d3f61fe985f789b7ac7be6998c98 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -103253,7 +103253,6 @@ To add a new entry, add it with any value and run test to compute valid value.
name="PageLoad.Clients.DocWrite.Block.Timing2.ParseDuration"/>
gayane -on leave until 09-2017 2016/09/16 16:59:43 Can the suffix name="Background" on line 104030 go
Bryan McQuade 2016/09/19 15:11:51 ah, yes, not sure how things got re-ordered like t
<affected-histogram
name="PageLoad.Clients.DocWrite.Evaluator.PaintTiming.NavigationToFirstContentfulPaint"/>
- ;
Charlie Harrison 2016/09/15 15:28:59 Should histograms.xml presubmit be robust to this?
<affected-histogram
name="PageLoad.Clients.DocWrite.Evaluator.ParseTiming.ParseBlockedOnScriptLoad"/>
<affected-histogram
@@ -103399,6 +103398,10 @@ To add a new entry, add it with any value and run test to compute valid value.
<affected-histogram
name="PageLoad.PaintTiming.ParseStartToFirstContentfulPaint"/>
<affected-histogram name="PageLoad.ParseTiming.NavigationToParseStart"/>
+ <affected-histogram
+ name="PageLoad.ParseTiming.ParseBlockedOnScriptExecution"/>
+ <affected-histogram
+ name="PageLoad.ParseTiming.ParseBlockedOnScriptExecutionFromDocumentWrite"/>
gayane -on leave until 09-2017 2016/09/16 16:59:43 should these be PageLoad.Clients.DocWrite.Evaluato
Bryan McQuade 2016/09/19 15:11:51 ah, my mistake, i put the affected-histograms in t
<affected-histogram name="PageLoad.ParseTiming.ParseBlockedOnScriptLoad"/>
<affected-histogram
name="PageLoad.ParseTiming.ParseBlockedOnScriptLoadFromDocumentWrite"/>

Powered by Google App Engine
This is Rietveld 408576698