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

Unified Diff: cc/rendering_stats.h

Issue 11478016: Add a stat to the smoothness benchmark for avg number of missing tiles. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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/rendering_stats.h
diff --git a/cc/rendering_stats.h b/cc/rendering_stats.h
index 61112504e3756094aba2a9054fe589949247c34c..3eafa80385e1dc90adc16f2a6e03af6b54385a95 100644
--- a/cc/rendering_stats.h
+++ b/cc/rendering_stats.h
@@ -25,6 +25,7 @@ struct CC_EXPORT RenderingStats {
int64 numImplThreadScrolls;
int64 numMainThreadScrolls;
int64 numLayersDrawn;
+ int64 numMissingTiles;
// Note: when adding new members, please remember to update enumerateFields
// in rendering_stats.cc.
« cc/layer_tree_host_impl.h ('K') | « cc/picture_layer_impl.cc ('k') | cc/rendering_stats.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698