aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/TextBench.cpp
diff options
context:
space:
mode:
authorGravatar reed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2009-08-04 01:25:44 +0000
committerGravatar reed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2009-08-04 01:25:44 +0000
commitc71447954886de0e6cc176cfec868b87f02ce20c (patch)
tree82615d800ca6c9dc8fa343019a9f3d69fee73c3e /bench/TextBench.cpp
parenta0bd7f48aaaf2c86ba5b5de068e9d1f56e721a3c (diff)
remove noisy font table tests from TextBench
git-svn-id: http://skia.googlecode.com/svn/trunk@304 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'bench/TextBench.cpp')
-rw-r--r--bench/TextBench.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/bench/TextBench.cpp b/bench/TextBench.cpp
index ebd2b33215..67cd766496 100644
--- a/bench/TextBench.cpp
+++ b/bench/TextBench.cpp
@@ -80,7 +80,9 @@ class TextBench : public SkBenchmark {
enum { N = 300 };
public:
TextBench(const char text[], int ps, bool linearText, bool posText) {
- test_tables();
+ if (false) {
+ test_tables();
+ }
fText.set(text);