diff options
author | Chris Craik <ccraik@google.com> | 2011-08-19 17:35:20 -0700 |
---|---|---|
committer | Chris Craik <ccraik@google.com> | 2011-08-22 09:55:14 -0700 |
commit | 55ad2efde9465a03271495ac9f21acd121c3744c (patch) | |
tree | 93335892bf26c7fcf44f318e3be3efadaef56aad /tests/TileBenchmark/res/values | |
parent | 151763d3fc702ee2341aa6bebe821ce98d99e787 (diff) | |
download | frameworks_base-55ad2efde9465a03271495ac9f21acd121c3744c.zip frameworks_base-55ad2efde9465a03271495ac9f21acd121c3744c.tar.gz frameworks_base-55ad2efde9465a03271495ac9f21acd121c3744c.tar.bz2 |
Fix tile benchmark tool stalls
bug:5062896
Change-Id: I2969e95481d65d5f87ce4399f09becc7b66d540a
Diffstat (limited to 'tests/TileBenchmark/res/values')
-rw-r--r-- | tests/TileBenchmark/res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/TileBenchmark/res/values/strings.xml b/tests/TileBenchmark/res/values/strings.xml index c4fd189..5af52dc 100644 --- a/tests/TileBenchmark/res/values/strings.xml +++ b/tests/TileBenchmark/res/values/strings.xml @@ -73,6 +73,8 @@ <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> <!-- Format string for stat value overlay [CHAR LIMIT=15] --> <string name="format_stat">%4.4f</string> |