Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 24ab831396d14877b353128bd9c668c6a8abdd1b..fae33af06f8bf43999a715c90ca15caf8154ef82 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -46940,6 +46940,13 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </summary> |
| </histogram> |
| +<histogram name="Startup.SystemUptime" units="milliseconds"> |
| + <owner>fdoray@chromium.org</owner> |
| + <summary> |
| + The time elapsed between system boot and Chrome browser process launch. |
|
Alexei Svitkine (slow)
2016/01/05 16:09:24
Mention when it's logged.
fdoray
2016/01/05 17:16:25
Done.
|
| + </summary> |
| +</histogram> |
| + |
| <histogram name="Startup.Temperature" enum="StartupTemperature"> |
| <owner>chrisha@chromium.org</owner> |
| <summary> |
| @@ -84430,6 +84437,7 @@ To add a new entry, add it with any value and run test to compute valid value. |
| <affected-histogram name="Startup.LoadTime.ExeMainToDllMain"/> |
| <affected-histogram name="Startup.LoadTime.ProcessCreateToDllMain"/> |
| <affected-histogram name="Startup.LoadTime.ProcessCreateToExeMain"/> |
| + <affected-histogram name="Startup.SystemUptime"/> |
| </histogram_suffixes> |
| <histogram_suffixes name="StartupTimeBombAlarm" separator="."> |