| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 80b4b2490da4e9c6139faa4b1ff0d2d267642a22..e093d6029d1e806f548f7c70fd8b8c49add29d67 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -926,6 +926,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| <summary>Arc OptIn cancelation reason.</summary>
|
| </histogram>
|
|
|
| +<histogram name="Arc.ShutdownTime" units="ms">
|
| + <owner>elijahtaylor@google.com</owner>
|
| + <summary>
|
| + The time it takes for ARC to shut down. This value is recorded on ARC
|
| + shutdown as the time is takes for the init process to exit after setting
|
| + 'sys.powerctl shutdown'. It is reported on the next ARC startup to avoid
|
| + sending data during shutdown.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Arc.State" enum="BooleanEnabled">
|
| <owner>elijahtaylor@google.com</owner>
|
| <owner>mitsuji@google.com</owner>
|
|
|