| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 2bf9048ac97afcb8962c8047d47e2c92a411cd63..78b7cad8a57803cf45a75e65820160baa4e7b57c 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -825,7 +825,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| -<histogram name="Arc.AppCount">
|
| +<histogram name="Arc.AppCount" units="App Count">
|
| <owner>elijahtaylor@google.com</owner>
|
| <owner>mitsuji@google.com</owner>
|
| <summary>
|
| @@ -835,6 +835,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Arc.AppsInstalledAtStartup" units="App Count">
|
| + <owner>elijahtaylor@google.com</owner>
|
| + <owner>mitsuji@google.com</owner>
|
| + <summary>
|
| + Total number of ARC apps installed on a device measured at startup.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Arc.LowMemoryKiller.Count">
|
| <owner>elijahtaylor@google.com</owner>
|
| <summary>Cumulative count of low memory kills in one user session.</summary>
|
|
|