Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index b03657f4587f0a44562baea79a418a2bf7e39e90..b5c94dc74c09272d184f3bf51db6456ccf49babb 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -785,6 +785,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </summary> |
| </histogram> |
| +<histogram name="ArcRuntime.LowMemoryKiller.FreedSize" units="KB"> |
| + <owner>elijahtaylor@google.com</owner> |
| + <summary>The memory size freed by each low memory kill event.</summary> |
| +</histogram> |
| + |
| +<histogram name="ArcRuntime.LowMemoryKiller.TimeDelta" units="ms"> |
|
elijahtaylor1
2016/03/22 22:18:58
as we discussed offline, please rename these to "A
cylee
2016/03/23 05:26:04
This CL has been submitted.
Another CL which renam
|
| + <owner>elijahtaylor@google.com</owner> |
| + <summary>The elapsed time to last low memory kill event.</summary> |
| +</histogram> |
| + |
| <histogram name="Ash.Accelerators.Deprecated.LockScreen" |
| enum="DeprecatedAcceleratorUsage"> |
| <owner>afakhry@chromium.org</owner> |