From bcab0049604f31d3f2a3ee13a55167b2e5c63c5f Mon Sep 17 00:00:00 2001 From: "tapted@chromium.org" Date: Thu, 21 Mar 2013 02:38:52 +0000 Subject: Revert 189475 "cc:: Add RenderingStatsInstrumentation to manage ..." semi-speculative revert for cc_unittests failures - see bug. > cc:: Add RenderingStatsInstrumentation to manage collection of RenderingStats > > This change adds the class RenderingStatsInstrumentation that manages conditional > saving and thread-specific access to a private RenderingStats instance. > An instance of RenderingStatsRecorder is created on LayerTreeHost, which > passes references to LayerTreeHostImpl and TileManager. Access to reading > and writing on the internal RenderingStats instance is guarded by a lock. > > All rendering stats saving in LayerTreeHost, Single-/ThreadProxy, > LayerTreeHostImpl and TileManager has been switched to use the > RenderingStatsInstrumentation. Stats collection within Layer::update() still > follows the original structure to keep this change small. > > BUG=181319 > NOTRY=true > > Review URL: https://chromiumcodereview.appspot.com/12519006 TBR=egraether@chromium.org Review URL: https://codereview.chromium.org/12544031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@189497 0039d316-1c4b-4281-b951-d872f2087c98 --- cc/cc.gyp | 2 -- 1 file changed, 2 deletions(-) (limited to 'cc/cc.gyp') diff --git a/cc/cc.gyp b/cc/cc.gyp index e2910c5..65c2de7 100644 --- a/cc/cc.gyp +++ b/cc/cc.gyp @@ -211,8 +211,6 @@ 'output/renderer.h', 'debug/rendering_stats.cc', 'debug/rendering_stats.h', - 'debug/rendering_stats_instrumentation.cc', - 'debug/rendering_stats_instrumentation.h', 'resources/resource.cc', 'resources/resource.h', 'resources/resource_pool.cc', -- cgit v1.1