Chromium Code Reviews| Index: cc/resources/tile_manager.cc |
| diff --git a/cc/resources/tile_manager.cc b/cc/resources/tile_manager.cc |
| index d508f6a0a17a5639290949fb9cf083eb4ffb6e10..1a368c0103a2d2908d706f2ceae98b29948b067c 100644 |
| --- a/cc/resources/tile_manager.cc |
| +++ b/cc/resources/tile_manager.cc |
| @@ -874,6 +874,8 @@ void TileManager::AssignGpuMemoryToTiles( |
| global_state_.hard_memory_limit_in_bytes, |
| "over", |
| bytes_that_exceeded_memory_budget); |
| + |
| + UMA_HISTOGRAM_BOOLEAN("TileManager.ExceededMemoryBudget", true); |
|
vmpstr
2014/07/05 17:34:41
I think what we should have is
UMA_HISTOGRAM_BOOL
|
| } |
| memory_stats_from_last_assign_.total_budget_in_bytes = |
| global_state_.hard_memory_limit_in_bytes; |