aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar borenet@google.com <borenet@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-01-15 15:50:42 +0000
committerGravatar borenet@google.com <borenet@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-01-15 15:50:42 +0000
commit96b17aa461068bc9c222cb4b235231ed9c2d275c (patch)
tree8c2a2272aa16fd3b12d9ff70f1c8e1df983ec9e2 /tools
parent781cc76e0f1ebb06e0796a9237045ae9d4bddd21 (diff)
Turn off timeIndividualTiles
The parser isn't working properly. Review URL: https://codereview.appspot.com/7100057 git-svn-id: http://skia.googlecode.com/svn/trunk@7183 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tools')
-rw-r--r--tools/bench_pictures_cfg_helper.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/bench_pictures_cfg_helper.py b/tools/bench_pictures_cfg_helper.py
index 55d06dab05..65d63a45b2 100644
--- a/tools/bench_pictures_cfg_helper.py
+++ b/tools/bench_pictures_cfg_helper.py
@@ -15,7 +15,9 @@ def Config(**kwargs):
def TileArgs(tile_x, tile_y):
return {'mode': ['tile', str(tile_x), str(tile_y)],
- 'timeIndividualTiles': True}
+ # TODO(borenet): Turn this back on once the parser is working.
+ #'timeIndividualTiles': True
+ }
def BitmapConfig(**kwargs):