| 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 "contentful" paint. For
|
| - now, this is the minimum of PageLoad.Timing2.NavigationToFirstTextPaint and
|
| - PageLoad.Timing2.NavigationToFirstImagePaint.
|
| + The time from navigation start to first "contentful" 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"/>
|
|
|