OSDN Git Service

Tile profiling backend
authorChris Craik <ccraik@google.com>
Wed, 13 Jul 2011 19:58:41 +0000 (12:58 -0700)
committerChris Craik <ccraik@google.com>
Wed, 13 Jul 2011 21:02:12 +0000 (14:02 -0700)
commit5dcd286d3e3e60f6a090f775a1fdceb40f578b75
tree6ff033a3a94fa1c4ad3c5e8946dc1aadff45dbf7
parent4a5c4f7299b0f3cacdb6e586eed6695b68523e38
Tile profiling backend

Added tile profiling member (TilesProfiler) to TilesManager to track rendering status of tiles.

Change-Id: Ied828c6ad2a15588965e6641edecb162bd76bc62
Source/WebCore/Android.mk
Source/WebCore/platform/graphics/android/GLWebViewState.cpp
Source/WebCore/platform/graphics/android/TiledPage.cpp
Source/WebCore/platform/graphics/android/TilesManager.h
Source/WebCore/platform/graphics/android/TilesProfiler.cpp [new file with mode: 0644]
Source/WebCore/platform/graphics/android/TilesProfiler.h [new file with mode: 0644]
Source/WebKit/android/nav/WebView.cpp