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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 362803002: Track UMA stats for running out of tile memory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changed the stats from memory exceeded bytes to OOM enabled. Created 6 years, 5 months 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
« cc/resources/tile_manager.cc ('K') | « cc/resources/tile_manager.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 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>
« cc/resources/tile_manager.cc ('K') | « cc/resources/tile_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698