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

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

Issue 2930583002: Add Foreground-to-FirstMeaningfulPaint histogram (Closed)
Patch Set: add FCP variant Created 3 years, 6 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/page_load_metrics_util.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 e5c5bcc50d590ae8891545f79ac665dc147bc39c..b5fd277a8cb7898ed4962c9080cc302186699b6c 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -49281,6 +49281,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram
+ name="PageLoad.Experimental.PaintTiming.ForegroundToFirstMeaningfulPaint"
+ units="ms">
+ <owner>ksakamoto@chromium.org</owner>
+ <summary>
+ Measures the time from a background tab being switched to the foreground to
+ the time the first meaningful paint is performed, for main frame documents.
+ </summary>
+</histogram>
+
<histogram
name="PageLoad.Experimental.PaintTiming.NavigationToFirstMeaningfulPaint"
units="ms">
@@ -49568,6 +49578,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="PageLoad.PaintTiming.ForegroundToFirstContentfulPaint"
+ units="ms">
+ <owner>ksakamoto@chromium.org</owner>
+ <summary>
+ Measures the time from a background tab being switched to the foreground to
+ the time the first contentful paint is performed, for main frame documents.
+ </summary>
+</histogram>
+
<histogram name="PageLoad.PaintTiming.ForegroundToFirstPaint" units="ms">
<owner>pkotwicz@chromium.org</owner>
<summary>
« no previous file with comments | « chrome/browser/page_load_metrics/page_load_metrics_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698