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

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

Issue 1961363003: Log an immediate variant of FirstContentfulPaint. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2704
Patch Set: Created 4 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 | « components/page_load_metrics/browser/page_load_metrics_observer.h ('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 b9e7e8473a3e1f99701b285d6fc10eb2227f4cb6..ec1fbd8910eb374475b63b75f3a212c2b76a3d01 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -34609,9 +34609,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram name="PageLoad.Timing2.NavigationToFirstContentfulPaint" units="ms">
<owner>ksakamoto@chromium.org</owner>
<summary>
- The time from navigation start to first &quot;contentful&quot; paint. For
- now, this is the minimum of PageLoad.Timing2.NavigationToFirstTextPaint and
- PageLoad.Timing2.NavigationToFirstImagePaint.
+ The time from navigation start to first &quot;contentful&quot; paint.
</summary>
</histogram>
@@ -88777,6 +88775,16 @@ To add a new entry, add it with any value and run test to compute valid value.
<affected-histogram name="InputMethod.VirtualKeyboard.InitLatency"/>
</histogram_suffixes>
+<histogram_suffixes name="ImmediatePageLoadTiming" separator=".">
+ <suffix name="Immediate"
+ label="Logged immediately after a timing update is observed, unlike
+ normal PageLoad timing metrics, which are logged at the end of a
+ page's lifetime. This metric is temporary and is intended to
+ help loading-dev to understand the impact of logging metrics at
+ the end of a page load."/>
+ <affected-histogram name="PageLoad.Timing2.NavigationToFirstContentfulPaint"/>
+</histogram_suffixes>
+
<histogram_suffixes name="IndexedDBLevelDBErrnoMethods" separator=".">
<suffix name="NewLogger" label="ChromiumEnv::NewLogger"/>
<suffix name="NewSequentialFile" label="ChromiumEnv::NewSequentialFile"/>
« no previous file with comments | « components/page_load_metrics/browser/page_load_metrics_observer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698