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

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

Issue 2482783002: Add StateOn{Moderate,Critical}NotificationReceived metrics (Closed)
Patch Set: Remove std::move() 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.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 07ed841141038e1eb0d768f034ec2c58e9dde7ab..32ddc430677f423c8406657b1b569a28dc271e1c 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -25545,6 +25545,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>
@@ -92417,6 +92435,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"/>
« no previous file with comments | « content/browser/memory/memory_coordinator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698