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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2482783002: Add StateOn{Moderate,Critical}NotificationReceived metrics (Closed)
Patch Set: Wrap -> Make 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 0b8814dcb5fa9038c933c872745555b49bd0dd77..734dfdbe070235923230d4c0d72d3797d95e90b0 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -25528,6 +25528,24 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Memory.Coordinator.StateOnCriticalNotificationReceived"
+ enum="MemoryState">
+ <owner>bashi@chromium.org</owner>
+ <summary>
+ The global state of memory coordinator when a critical pressure notification
+ is received.
+ </summary>
+</histogram>
+
+<histogram name="Memory.Coordinator.StateOnModerateNotificationReceived"
+ enum="MemoryState">
+ <owner>bashi@chromium.org</owner>
+ <summary>
+ The global state of memory coordinator when a moderate pressure notification
+ is received.
+ </summary>
+</histogram>
+
<histogram name="Memory.DiscardableAllocationSize" units="KB">
<owner>reveman@chromium.org</owner>
<summary>
@@ -92364,6 +92382,12 @@ value.
<int value="5" label="Moderate pressure to no pressure"/>
</enum>
+<enum name="MemoryState" type="int">
+ <int value="0" label="Normal"/>
+ <int value="1" label="Throttled"/>
+ <int value="2" label="Suspended"/>
+</enum>
+
<enum name="MessageLoopProblems" type="int">
<int value="0" label="Message Post"/>
<int value="1" label="Completion Post"/>
« content/browser/memory/memory_coordinator.cc ('K') | « content/browser/memory/memory_coordinator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698