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

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

Issue 2482863003: Add Memory.Coordinator.FreeMemoryUntilCritical UMA (Closed)
Patch Set: Assign TODO to chrisha@ Created 4 years, 1 month 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 | « content/browser/memory/memory_coordinator_impl.cc ('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 8ad8ca5d2a7ee7bfe3d6083e7a9126417e923f17..475d5cccad92470d6b91d41d91b133563ad4c354 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -25545,6 +25545,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Memory.Coordinator.FreeMemoryUntilCritical" units="MB">
+ <owner>bashi@chromium.org</owner>
+ <summary>
+ Available free memory until the system will be in a critical state. Critical
+ is as defined by the OS (swapping will occur, or physical memory will run
+ out, etc).
+ </summary>
+</histogram>
+
<histogram name="Memory.Coordinator.StateOnCriticalNotificationReceived"
enum="MemoryState">
<owner>bashi@chromium.org</owner>
« no previous file with comments | « content/browser/memory/memory_coordinator_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698