| commit | cb8dce2ae31e5d651c315a38c95787bcfef1c0c3 | [log] [tgz] |
|---|---|---|
| author | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Mon Apr 29 14:11:23 2013 +0000 |
| committer | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Mon Apr 29 14:11:23 2013 +0000 |
| tree | 6990a800e66c29d055e2b64d4e6f6fd6f2d9b341 | |
| parent | 0d7aac9ce7e66927055c79d25705a1d3be180eb9 [diff] [blame] |
up the inner-loop for clz bench, to get more stable results git-svn-id: http://skia.googlecode.com/svn/trunk@8895 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/bench/MathBench.cpp b/bench/MathBench.cpp index 26af374..24e7ca9 100644 --- a/bench/MathBench.cpp +++ b/bench/MathBench.cpp
@@ -374,7 +374,7 @@ class CLZBench : public SkBenchmark { enum { ARRAY = SkBENCHLOOP(1000), - LOOP = SkBENCHLOOP(1000), + LOOP = SkBENCHLOOP(5000), }; uint32_t fData[ARRAY]; bool fUsePortable;