From 5888ec2b30d2c76de84e3b840bf286fa371ccb4f Mon Sep 17 00:00:00 2001 From: Chris Craik Date: Fri, 15 Jul 2011 16:24:37 -0700 Subject: Added TileBenchmark Adds TileBenchmark app, which loads pages in webview and scrolls through them automatically, measuring rendering and allocation information. Change-Id: Ieaf5bbcec604c99aaf16822915e58bfc495011ec --- tests/TileBenchmark/res/drawable-hdpi/icon.png | Bin 0 -> 4147 bytes tests/TileBenchmark/res/drawable-ldpi/icon.png | Bin 0 -> 1723 bytes tests/TileBenchmark/res/drawable-mdpi/icon.png | Bin 0 -> 2574 bytes tests/TileBenchmark/res/layout/main.xml | 53 +++++++++++++++++++ tests/TileBenchmark/res/layout/playback.xml | 58 +++++++++++++++++++++ tests/TileBenchmark/res/values/colors.xml | 25 +++++++++ tests/TileBenchmark/res/values/strings.xml | 67 +++++++++++++++++++++++++ 7 files changed, 203 insertions(+) create mode 100644 tests/TileBenchmark/res/drawable-hdpi/icon.png create mode 100644 tests/TileBenchmark/res/drawable-ldpi/icon.png create mode 100644 tests/TileBenchmark/res/drawable-mdpi/icon.png create mode 100644 tests/TileBenchmark/res/layout/main.xml create mode 100644 tests/TileBenchmark/res/layout/playback.xml create mode 100644 tests/TileBenchmark/res/values/colors.xml create mode 100644 tests/TileBenchmark/res/values/strings.xml (limited to 'tests/TileBenchmark/res') diff --git a/tests/TileBenchmark/res/drawable-hdpi/icon.png b/tests/TileBenchmark/res/drawable-hdpi/icon.png new file mode 100644 index 0000000..8074c4c Binary files /dev/null and b/tests/TileBenchmark/res/drawable-hdpi/icon.png differ diff --git a/tests/TileBenchmark/res/drawable-ldpi/icon.png b/tests/TileBenchmark/res/drawable-ldpi/icon.png new file mode 100644 index 0000000..1095584 Binary files /dev/null and b/tests/TileBenchmark/res/drawable-ldpi/icon.png differ diff --git a/tests/TileBenchmark/res/drawable-mdpi/icon.png b/tests/TileBenchmark/res/drawable-mdpi/icon.png new file mode 100644 index 0000000..a07c69f Binary files /dev/null and b/tests/TileBenchmark/res/drawable-mdpi/icon.png differ diff --git a/tests/TileBenchmark/res/layout/main.xml b/tests/TileBenchmark/res/layout/main.xml new file mode 100644 index 0000000..4a81da6 --- /dev/null +++ b/tests/TileBenchmark/res/layout/main.xml @@ -0,0 +1,53 @@ + + + + +