| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index a411ad83ecea1149225dd8ab548962fce38a0ed4..e8ce1b8abb528bc386a9ad07d0f8b5a02f48ad8e 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -68301,6 +68301,24 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Startup.BrowserView.FirstPaint" units="ms">
|
| + <owner>mblsha@yandex-team.ru</owner>
|
| + <summary>
|
| + Time from browser startup to the time the BrowserView has finished painting
|
| + its children.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="Startup.BrowserView.FirstPaint.CompositingEnded" units="ms">
|
| + <owner>mblsha@yandex-team.ru</owner>
|
| + <summary>
|
| + Time from browser startup to the time the GPU has finished compositing after
|
| + BrowserView has finished painting its children. At this point the Browser
|
| + interface is visible on screen. Measures how much time does it take for GPU
|
| + to actually paint the first time.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Startup.BrowserWindowDisplay" units="ms">
|
| <owner>fdoray@chromium.org</owner>
|
| <summary>
|
| @@ -123566,6 +123584,8 @@ from previous Chrome versions.
|
| name="Startup.BrowserMessageLoopStartTimeFromMainEntry.FirstRun2"/>
|
| <affected-histogram name="Startup.BrowserMessageLoopStartTimeFromMainEntry2"/>
|
| <affected-histogram name="Startup.BrowserOpenTabs"/>
|
| + <affected-histogram name="Startup.BrowserView.FirstPaint"/>
|
| + <affected-histogram name="Startup.BrowserView.FirstPaint.CompositingEnded"/>
|
| <affected-histogram name="Startup.BrowserWindowDisplay"/>
|
| <affected-histogram name="Startup.FirstWebContents.MainFrameLoad"/>
|
| <affected-histogram name="Startup.FirstWebContents.MainFrameLoad2"/>
|
|
|