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

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: Change the suffix names. Created 3 years, 7 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..3eb4a55a44f49984007f9730620ef9e0310bac0a 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -124921,6 +124921,23 @@ from previous Chrome versions.
name="PageLoad.Experimental.AbortTiming.Reload.BeforeCommit"/>
</histogram_suffixes>
+<histogram_suffixes name="PageLoadMetricsWithoutPaint" separator=".">
+ <suffix name="WithoutPaint"
+ label="The foreground duration for page loads did not reach first
+ paint."/>
Alexei Svitkine (slow) 2017/04/24 21:21:19 You can list multiple suffix labels in the same hi
+ <affected-histogram
+ name="PageLoad.Clients.FromGoogleSearch.PageTiming.ForegroundDuration"/>
+ <affected-histogram name="PageLoad.PageTiming.ForegroundDuration"/>
+</histogram_suffixes>
+
+<histogram_suffixes name="PageLoadMetricsWithPaint" separator=".">
+ <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="PageLoadType">
<suffix name="HistoryLoad"
label="but only for user pressing back or forward"/>
« 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