OSDN Git Service

Added TileBenchmark
authorChris Craik <ccraik@google.com>
Fri, 15 Jul 2011 23:24:37 +0000 (16:24 -0700)
committerChris Craik <ccraik@google.com>
Tue, 19 Jul 2011 00:24:48 +0000 (17:24 -0700)
commit5888ec2b30d2c76de84e3b840bf286fa371ccb4f
tree88a0e1c2f54555092979cfe46bb4f5102958ce86
parent9cba686366870b3a4c69bcec0eb4200352ce481d
Added TileBenchmark

Adds TileBenchmark app, which loads pages in webview and scrolls through them
automatically, measuring rendering and allocation information.

Change-Id: Ieaf5bbcec604c99aaf16822915e58bfc495011ec
15 files changed:
tests/TileBenchmark/Android.mk [new file with mode: 0644]
tests/TileBenchmark/AndroidManifest.xml [new file with mode: 0644]
tests/TileBenchmark/res/drawable-hdpi/icon.png [new file with mode: 0644]
tests/TileBenchmark/res/drawable-ldpi/icon.png [new file with mode: 0644]
tests/TileBenchmark/res/drawable-mdpi/icon.png [new file with mode: 0644]
tests/TileBenchmark/res/layout/main.xml [new file with mode: 0644]
tests/TileBenchmark/res/layout/playback.xml [new file with mode: 0644]
tests/TileBenchmark/res/values/colors.xml [new file with mode: 0644]
tests/TileBenchmark/res/values/strings.xml [new file with mode: 0644]
tests/TileBenchmark/src/com/test/tilebenchmark/PlaybackActivity.java [new file with mode: 0644]
tests/TileBenchmark/src/com/test/tilebenchmark/PlaybackGraphs.java [new file with mode: 0644]
tests/TileBenchmark/src/com/test/tilebenchmark/PlaybackView.java [new file with mode: 0644]
tests/TileBenchmark/src/com/test/tilebenchmark/ProfileActivity.java [new file with mode: 0644]
tests/TileBenchmark/src/com/test/tilebenchmark/ProfiledWebView.java [new file with mode: 0644]
tests/TileBenchmark/src/com/test/tilebenchmark/TileData.java [new file with mode: 0644]