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

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: Created a DRP PageLoadMetricsObserver Created 4 years, 10 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
« content/test/test_web_contents.h ('K') | « content/test/test_web_contents.cc ('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 f47f6a8feb182b10fc6e905ee83ae5c6efb3dd5c..f19a1b3c66400e1cbc3dc2d7079979fce7ffa282 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -84333,20 +84333,21 @@ To add a new entry, add it with any value and run test to compute valid value.
<affected-histogram name="Tabs.StateTransfer.Target"/>
<affected-histogram name="Tabs.StateTransfer.Time"/>
</histogram_suffixes>
<histogram_suffixes name="DataReductionProxy">
<suffix name="DataReductionProxy"
label="Only page loads through the data reduction proxy are considered."/>
<suffix name="HTTPS_DataReductionProxy"
label="Only page loads through the data reduction proxy through an HTTP
tunnel for HTTPS origins are considered."/>
+ <affected-histogram name="PageLoad.Timing2.NavigationToFirstContentfulPaint"/>
<affected-histogram name="PLT.NT_Connect"/>
<affected-histogram name="PLT.NT_DelayBeforeConnect"/>
<affected-histogram name="PLT.NT_DelayBeforeDomainLookup"/>
<affected-histogram name="PLT.NT_DelayBeforeDomLoading"/>
<affected-histogram name="PLT.NT_DelayBeforeFetch"/>
<affected-histogram name="PLT.NT_DelayBeforeFetchRedirect"/>
<affected-histogram name="PLT.NT_DelayBeforeLoadEvent"/>
<affected-histogram name="PLT.NT_DelayBeforeRequest"/>
<affected-histogram name="PLT.NT_DomainLookup"/>
<affected-histogram name="PLT.NT_DomContentLoaded"/>
@@ -84416,20 +84417,21 @@ To add a new entry, add it with any value and run test to compute valid value.
enabled are considered."/>
<suffix name="DataReductionProxy_AutoLoFiOff"
label="Only page loads through the data reduction proxy with auto LoFi
disabled are considered."/>
<suffix name="HTTPS_DataReductionProxy_AutoLoFiOn"
label="Only page loads through the data reduction proxy through an HTTP
tunnel for HTTPS origins with auto LoFi enabled are considered."/>
<suffix name="HTTPS_DataReductionProxy_AutoLoFiOff"
label="Only page loads through the data reduction proxy through an HTTP
tunnel for HTTPS origins with auto LoFi disabled are considered."/>
+ <affected-histogram name="PageLoad.Timing2.NavigationToFirstContentfulPaint"/>
<affected-histogram name="PLT.BeginToFirstPaint"/>
<affected-histogram name="PLT.PT_BeginToFinish"/>
<affected-histogram name="PLT.PT_CommitToFinish"/>
<affected-histogram name="PLT.PT_RequestToDomContentLoaded"/>
<affected-histogram name="PLT.PT_RequestToFinish"/>
<affected-histogram name="PLT.PT_StartToFinish"/>
</histogram_suffixes>
<histogram_suffixes name="DataReductionProxy_TamperingFingerprints"
separator="_">
« content/test/test_web_contents.h ('K') | « content/test/test_web_contents.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698