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

Unified Diff: cc/resources/tile_manager.cc

Issue 569413002: cc: Add more traces to the activation path. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/resources/pixel_buffer_raster_worker_pool.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/tile_manager.cc
diff --git a/cc/resources/tile_manager.cc b/cc/resources/tile_manager.cc
index 47f0e520e44ad521b346ef81905f1ec03a5662d9..57a52206cc96c258cfd7968504854ef3b876edfc 100644
--- a/cc/resources/tile_manager.cc
+++ b/cc/resources/tile_manager.cc
@@ -538,6 +538,10 @@ void TileManager::DidFinishRunningTasks() {
}
void TileManager::DidFinishRunningTasksRequiredForActivation() {
+ TRACE_EVENT1("cc",
+ "TileManager::DidFinishRunningTasksRequiredForActivation",
+ "all_tiles_required_for_activation_have_memory",
+ all_tiles_required_for_activation_have_memory_);
// This is only a true indication that all tiles required for
// activation are initialized when no tiles are OOM. We need to
// wait for DidFinishRunningTasks() to be called, try to re-assign
« no previous file with comments | « cc/resources/pixel_buffer_raster_worker_pool.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698