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