| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index ffbcd4f2406d7be5eb71d70e82f0147f8fd53e53..f651ca41fc8ae9847dde2e5cca497e8721e37bc2 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -37864,6 +37864,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="PageLoad.PaintTiming.ForegroundToFirstPaint" units="ms">
|
| + <owner>pkotwicz@chromium.org</owner>
|
| + <summary>
|
| + Measures the time from a background tab being switched to the foreground to
|
| + the time the first paint is performed, for main frame documents.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="PageLoad.PaintTiming.NavigationToFirstContentfulPaint"
|
| units="ms">
|
| <owner>ksakamoto@chromium.org</owner>
|
| @@ -38006,6 +38014,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
|
|
| <histogram name="PageLoad.Timing2.ForegroundToFirstPaint" units="ms">
|
| <owner>pkotwicz@chromium.org</owner>
|
| + <obsolete>
|
| + deprecated in favor of PageLoad.PaintTiming.ForegroundToFirstPaint
|
| + </obsolete>
|
| <summary>
|
| Measures the time from a background tab being switched to the foreground to
|
| the time the first paint is performed, for main frame documents.
|
|
|