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

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

Issue 1871393002: Add NavigationToFirstContentfulPaint UMA for ServiceWorker controlled pages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: incorporated bmcquade's comment Created 4 years, 8 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 aa4f2039261a8ff4c5c67b8c2c5d1a5f14d22f62..cfd6341db68337c7574656264e51e04d05af35a2 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -91360,6 +91360,8 @@ To add a new entry, add it with any value and run test to compute valid value.
name="PageLoad.Clients.DocWrite.Evaluator.Timing2.ParseBlockedOnScriptLoadFromDocumentWrite"/>
<affected-histogram
name="PageLoad.Clients.DocWrite.Evaluator.Timing2.ParseDuration"/>
+ <affected-histogram
+ name="PageLoad.Clients.ServiceWorker.Timing2.NavigationToFirstContentfulPaint"/>
<suffix name="Background"
label="The page was backgrounded at least once from navigation start to
this event."/>
@@ -91406,6 +91408,9 @@ To add a new entry, add it with any value and run test to compute valid value.
<suffix name="Clients.DocWrite.Evaluator"
label="PageLoadMetrics from a page that could have been evaluated by
the DocumentWriteEvaluator"/>
+ <suffix name="Clients.ServiceWorker"
+ label="PageLoadMetrics from a page that is controlled by a Service
+ Worker"/>
<affected-histogram
name="PageLoad.Timing2.DOMLoadingToDOMContentLoadedEventFired"/>
<affected-histogram name="PageLoad.Timing2.DOMLoadingToFirstContentfulPaint"/>

Powered by Google App Engine
This is Rietveld 408576698