| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index cda9a01e01c12e46155e8ed1524def096410b4a1..90e1e6f3f00d90b25badb2bf365b7bb4af86f2d8 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -26535,6 +26535,25 @@ Therefore, the affected-histogram name has to have at least one dot in it.
|
| <summary>Error codes returned by sqlite the web db.</summary>
|
| </histogram>
|
|
|
| +<histogram name="Startup.AppListFirstPaintColdStart" units="milliseconds">
|
| + <owner>tapted@chromium.org</owner>
|
| + <summary>
|
| + Time for a newly created browser process to perform the first paint of the
|
| + app launcher, when started with the --show-app-list flag and with no
|
| + currently running Chrome processes.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="Startup.AppListFirstPaintWarmStart" units="milliseconds">
|
| + <owner>tapted@chromium.org</owner>
|
| + <summary>
|
| + Time for a running browser process to perform the first paint of the app
|
| + launcher. Measured from the time a second Chrome process started, which sent
|
| + its --show-app-list command line argument to the already-running process and
|
| + will soon exit.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Startup.BrowserMessageLoopStartTime">
|
| <owner>jeremy@chromium.org</owner>
|
| <summary>
|
| @@ -43061,6 +43080,13 @@ Therefore, the affected-histogram name has to have at least one dot in it.
|
| <affected-histogram name="CaptivePortal.Session.DiscrepancyWithShill"/>
|
| </histogram_suffixes>
|
|
|
| +<histogram_suffixes name="AppListFirstPaintWarmStartFast" separator="">
|
| + <suffix name="" label="Normal start."/>
|
| + <suffix name="Fast"
|
| + label="Fast start by skipping normal chrome.dll startup."/>
|
| + <affected-histogram name="Startup.AppListFirstPaintWarmStart"/>
|
| +</histogram_suffixes>
|
| +
|
| <histogram_suffixes name="AsyncSlowStart">
|
| <suffix name="AsyncSlowStart" label="Async Slow Start on"/>
|
| <suffix name="AsyncSlowStart_off" label="Async Slow Start off"/>
|
|
|