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

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: Need to track oom at right place. 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
« no previous file with comments | « 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 b460be5edc9779b18d2df3adfe4b534b599449ac..c67a3c2b0869acfb513dc880d41becfc0953a5fe 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -32129,6 +32129,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="TileManager.ExceededMemoryBudget" enum="BooleanEnabled">
Ilya Sherman 2014/07/11 01:17:22 Please define a custom boolean enum with labels th
sivag 2014/07/11 11:24:18 Done.
+ <owner>reveman@chromium.org</owner>
+ <owner>vmpstr@chromium.org</owner>
+ <summary>
+ Tracks if tile memory hard limited is crossed and oom is encountered.
Ilya Sherman 2014/07/11 01:17:22 Please document when this metric is measured.
sivag 2014/07/11 11:24:18 Done.
+ </summary>
+</histogram>
+
<histogram name="TimeZone.TimeZoneRequest.Event" enum="TimeZoneRequestEvent">
<summary>Events in TimeZoneRequest.</summary>
</histogram>
« no previous file with comments | « cc/resources/tile_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698