Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 6b101a8e6c04a627e87e153cc281396824dc7fc2..0026db73b4ee8f51f04a3c3aeaeccb3132567b7b 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -31901,6 +31901,15 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
| </summary> |
| </histogram> |
| +<histogram name="TileManager.ExceededMemoryBudget" enum="BooleanEnabled"> |
| + <owner>reveman@chromium.org</owner> |
| + <owner>vmpstr@chromium.org</owner> |
| + <summary> |
| + Excess memory budget when tiles hard limited is crossed and oom is |
|
danakj
2014/07/02 18:44:09
Look like this needs to be updated since it's a bo
sivag
2014/07/03 14:24:09
Done.
|
| + encountered. |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="TimeZone.TimeZoneRequest.Event" enum="TimeZoneRequestEvent"> |
| <summary>Events in TimeZoneRequest.</summary> |
| </histogram> |