Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(410)

Unified Diff: tools/metrics/histograms/histograms.xml

Side-by-side diff isn't available for this file because of its large size.
Issue 1780183003: ArcLowMemoryKillerMonitor: (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: histograms.xml Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698