diff options
author | Chris Craik <ccraik@google.com> | 2012-01-23 17:29:12 -0800 |
---|---|---|
committer | Chris Craik <ccraik@google.com> | 2012-01-24 13:25:49 -0800 |
commit | 702c6fdc4799593c16eb0051703e3bd62086ff42 (patch) | |
tree | a78f71f31b5c8a6281e2c913d66c79fc49d6ca3c /tests/TileBenchmark/res/values | |
parent | d4e34d61d01222ff90684b9a1dc4f9c8be560e7c (diff) | |
download | frameworks_base-702c6fdc4799593c16eb0051703e3bd62086ff42.zip frameworks_base-702c6fdc4799593c16eb0051703e3bd62086ff42.tar.gz frameworks_base-702c6fdc4799593c16eb0051703e3bd62086ff42.tar.bz2 |
Allow profiling of animation performance
Also fixes manual testing mode
Depends on external/webkit change: https://android-git.corp.google.com/g/#/c/159794/
Change-Id: I169e80f9b5328b1b5a7b0aeaf09652de67febd8d
Diffstat (limited to 'tests/TileBenchmark/res/values')
-rw-r--r-- | tests/TileBenchmark/res/values/strings.xml | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/tests/TileBenchmark/res/values/strings.xml b/tests/TileBenchmark/res/values/strings.xml index 5af52dc..6c7055b 100644 --- a/tests/TileBenchmark/res/values/strings.xml +++ b/tests/TileBenchmark/res/values/strings.xml @@ -49,8 +49,9 @@ <!-- Drop down menu entry - automatically scroll to the end of the page with scrollBy() [CHAR LIMIT=15] --> <string name="movement_auto_scroll">Auto-scroll</string> - <!-- Drop down menu entry - [CHAR LIMIT=15] --> - <string name="movement_auto_fling">Auto-fling</string> + <!-- Drop down menu entry - automatically record for a set time before + stopping [CHAR LIMIT=15] --> + <string name="movement_timed">Timed</string> <!-- Drop down menu entry - manually navigate the page(s), hit 'capture' button [CHAR LIMIT=15] --> <string name="movement_manual">Manual</string> @@ -67,14 +68,21 @@ <!-- 75th percentile - 75% of frames fall below this value [CHAR LIMIT=12] --> <string name="percentile_75">75%ile</string> + <!-- standard deviation [CHAR LIMIT=12] --> + <string name="std_dev">StdDev</string> + <!-- mean [CHAR LIMIT=12] --> + <string name="mean">mean</string> + + + <!-- Frame rate [CHAR LIMIT=15] --> <string name="frames_per_second">Frames/sec</string> <!-- Portion of viewport covered by good tiles [CHAR LIMIT=15] --> <string name="viewport_coverage">Coverage</string> <!-- Milliseconds taken to inval, and re-render the page [CHAR LIMIT=15] --> <string name="render_millis">RenderMillis</string> - <!-- Number of rendering stalls while running the test [CHAR LIMIT=15] --> - <string name="render_stalls">Stalls</string> + <!-- Animation Framerate [CHAR LIMIT=15] --> + <string name="animation_framerate">AnimFramerate</string> <!-- Format string for stat value overlay [CHAR LIMIT=15] --> <string name="format_stat">%4.4f</string> |