Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index b42f34c6a2b2dd16b1070c699d0f2899c5dab4dd..be278e181af94de6dd238b824a01db9bba172d82 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -835,12 +835,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
</summary> |
</histogram> |
-<histogram name="ArcRuntime.LowMemoryKiller.FreedSize" units="KB"> |
rkaplow
2016/03/22 21:57:20
instead of deleting please mark as deprecated (and
cylee1
2016/03/23 21:46:59
Done.
|
+<histogram name="Arc.LowMemoryKiller.Count"> |
+ <owner>elijahtaylor@google.com</owner> |
+ <summary>Cumulative count of low memory kills in one user session.</summary> |
+</histogram> |
+ |
+<histogram name="Arc.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"> |
+<histogram name="Arc.LowMemoryKiller.TimeDelta" units="ms"> |
<owner>elijahtaylor@google.com</owner> |
<summary>The elapsed time to last low memory kill event.</summary> |
</histogram> |