| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 8fdbcf26a6a4194bfcff29d2ce0b05df6345bc95..b0462376913c8debb2163b031dcfa907821db240 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -38684,6 +38684,22 @@ Therefore, the affected-histogram name has to have at least one dot in it.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Startup.AfterStartupTaskCount">
|
| + <owner>michaeln@chromium.org</owner>
|
| + <summary>
|
| + The number of after-startup tasks that were queued prior to startup
|
| + completion and deferred until that time.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="Startup.AfterStartupTaskDelayedUntilTime" units="milliseconds">
|
| + <owner>michaeln@chromium.org</owner>
|
| + <summary>
|
| + Time from the process creation until deferred after-startup tasks began
|
| + running.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Startup.AppListFirstPaintColdStart" units="milliseconds">
|
| <owner>tapted@chromium.org</owner>
|
| <summary>
|
|
|