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

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

Issue 1721813002: Adding DRP specfic UMA for FirstContentfulPaint (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: NavigationData final draft before adding tests 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 9ea34fdcdcf095d760091c01b7dea5a3f95fa871..c1b8e0f77cf7782a2514c9372ce6a4631e08a4e4 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -90630,20 +90630,29 @@ To add a new entry, add it with any value and run test to compute valid value.
<affected-histogram name="PageLoad.AbortTiming.Stop"/>
<affected-histogram name="PageLoad.AbortTiming.UnknownNavigation"/>
<affected-histogram name="PageLoad.Timing2.NavigationToFirstBackground"/>
</histogram_suffixes>
<histogram_suffixes name="PageLoadMetricsClients" separator="."
ordering="prefix">
<suffix name="Clients.FromGWS"
label="PageLoadMetrics that are a result of a navigation from a Google
web search"/>
+ <suffix name="Clients.DataReductionProxy"
+ label="PageLoadMetrics that are a result of a navigation through the
+ data reduction proxy."/>
+ <suffix name="Clients.DataReductionProxy.AutoLoFiOn"
+ label="PageLoadMetrics that are a result of a navigation through the
+ data reduction proxy with auto LoFi enabled."/>
+ <suffix name="Clients.DataReductionProxy.AutoLoFiOff"
+ label="PageLoadMetrics that are a result of a navigation through the
+ data reduction proxy with auto LoFi disabled."/>
<affected-histogram
name="PageLoad.Timing2.DOMLoadingToDOMContentLoadedEventFired"/>
<affected-histogram name="PageLoad.Timing2.DOMLoadingToFirstContentfulPaint"/>
<affected-histogram
name="PageLoad.Timing2.NavigationToDOMContentLoadedEventFired"/>
<affected-histogram name="PageLoad.Timing2.NavigationToFirstContentfulPaint"/>
<affected-histogram name="PageLoad.Timing2.NavigationToFirstImagePaint"/>
<affected-histogram name="PageLoad.Timing2.NavigationToFirstLayout"/>
<affected-histogram name="PageLoad.Timing2.NavigationToFirstPaint"/>
<affected-histogram name="PageLoad.Timing2.NavigationToFirstTextPaint"/>

Powered by Google App Engine
This is Rietveld 408576698