| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 75fd853495714895fc3dab0d87b48dbdb4e05eed..f3f225db95eb109accf4459ec36966a47e53093c 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -45799,6 +45799,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Startup.TimeSinceLastStartup" units="minutes">
|
| + <owner>fdoray@chromium.org</owner>
|
| + <summary>
|
| + Time elapsed since the last startup that went up to the main message loop
|
| + start. This is recorded just before the main message loop starts.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Startup.WarmStartTimeFromRemoteProcessStart"
|
| units="milliseconds">
|
| <owner>jeremy@chromium.org</owner>
|
| @@ -82290,6 +82298,7 @@ To add a new entry, add it with any value and run test to compute valid value.
|
| <affected-histogram name="Startup.LoadTime.ProcessCreateToDllMain"/>
|
| <affected-histogram name="Startup.LoadTime.ProcessCreateToExeMain"/>
|
| <affected-histogram name="Startup.SystemUptime"/>
|
| + <affected-histogram name="Startup.TimeSinceLastStartup"/>
|
| </histogram_suffixes>
|
|
|
| <histogram_suffixes name="StartupTimeBombAlarm" separator=".">
|
|
|