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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2829363002: Log absolute foreground duration for page loads before and after paint in from gws observer and cor… (Closed)
Patch Set: Merged histogram_suffixes. Created 3 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
« no previous file with comments | « chrome/browser/page_load_metrics/observers/from_gws_page_load_metrics_observer.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 59c992e41db083f927d5609a18812f9c035656cf..f974dbaca2f20554775bc67c6b8756640c16cc2b 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -124855,6 +124855,17 @@ from previous Chrome versions.
name="PageLoad.Clients.SubresourceFilter.Experimental.CompletedResources.Total"/>
</histogram_suffixes>
+<histogram_suffixes name="PageLoadMetricsPaintInfo" separator=".">
+ <suffix name="WithoutPaint"
+ label="The foreground duration for page loads did not reach first
+ paint."/>
+ <suffix name="WithPaint"
+ label="The foreground duration for page loads reached first paint."/>
+ <affected-histogram
+ name="PageLoad.Clients.FromGoogleSearch.PageTiming.ForegroundDuration"/>
+ <affected-histogram name="PageLoad.PageTiming.ForegroundDuration"/>
+</histogram_suffixes>
+
<histogram_suffixes name="PageLoadMetricsUserGesture" separator=".">
<suffix name="UserGesture"
label="Restricted to pages loaded via a user gesture."/>
« no previous file with comments | « chrome/browser/page_load_metrics/observers/from_gws_page_load_metrics_observer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698