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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1953673003: Log an immediate variant of FirstContentfulPaint (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add tests 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 0d4089fe06121b4fd455451ccc42457d2055f136..001f02141f2b9c19703dcf8aa101ab0fb7cea41b 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -35542,9 +35542,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>
@@ -90912,6 +90910,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