Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 80b4b2490da4e9c6139faa4b1ff0d2d267642a22..48dee45df862fb341bdcdca90e7df949d769485e 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -926,6 +926,11 @@ 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.</summary> |
|
jwd
2016/04/22 14:59:02
Can you mention when this is recorded and reported
elijahtaylor1
2016/04/22 16:55:49
Done.
|
| +</histogram> |
| + |
| <histogram name="Arc.State" enum="BooleanEnabled"> |
| <owner>elijahtaylor@google.com</owner> |
| <owner>mitsuji@google.com</owner> |