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

Unified Diff: cc/switches.cc

Issue 12096112: [cc] Trace detailed tile info when --trace-all-rendered-frames (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 7 years, 10 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
Index: cc/switches.cc
diff --git a/cc/switches.cc b/cc/switches.cc
index ec74e8394838ed3652b4fa8c4e57244548217096..1352f3ae98fcf9a7eafc66f931448830ccbb2465 100644
--- a/cc/switches.cc
+++ b/cc/switches.cc
@@ -63,6 +63,9 @@ const char kShowNonOccludingRects[] = "show-nonoccluding-rects";
// of pixels culled, and the number of pixels drawn, for each frame.
const char kTraceOverdraw[] = "trace-overdraw";
+// Logs all rendered frames.
+const char kTraceAllRenderedFrames[] = "trace-all-rendered-frames";
+
// Re-rasters everything multiple times to simulate a much slower machine.
// Give a scale factor to cause raster to take that many times longer to
// complete, such as --slow-down-raster-scale-factor=25.
« cc/picture_layer_tiling.cc ('K') | « cc/switches.h ('k') | cc/thread_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698