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

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: Check page_timing_metrics_sender_ 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 33990e76a0b977c2c1964f360ecc89bbfcb008ed..3b8ad09a2a79262d7cae0196e4024ce39f2a9ef4 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -90807,6 +90807,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."/>
@@ -90853,6 +90855,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