| 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"/>
|
|
|