aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/PictureBenchmark.cpp
diff options
context:
space:
mode:
authorGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-04-30 00:46:29 +0000
committerGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-04-30 00:46:29 +0000
commit359e4f0a5d514323650ea55c99fd9e53fe263fe3 (patch)
tree9cf0e3da9a5f26e07fc8d809f8df8f7d09ed47f5 /tools/PictureBenchmark.cpp
parentbd090452530d2de98e1601de36be9ce3c91d1bdc (diff)
Increase picture bench inner loop iteration to 10 for testing number stableness.
BUG=skia:2473 NOTRY=true R=caryclark@google.com TBR=caryclark@google.com Author: bensong@google.com Review URL: https://codereview.chromium.org/254093002 git-svn-id: http://skia.googlecode.com/svn/trunk@14451 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tools/PictureBenchmark.cpp')
-rw-r--r--tools/PictureBenchmark.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/PictureBenchmark.cpp b/tools/PictureBenchmark.cpp
index 62369a430f..2950e7d7a2 100644
--- a/tools/PictureBenchmark.cpp
+++ b/tools/PictureBenchmark.cpp
@@ -115,7 +115,7 @@ void PictureBenchmark::run(SkPicture* pict) {
timeFormat = fRenderer->getNormalTimeFormat();
}
- static const int kNumInnerLoops = 5;
+ static const int kNumInnerLoops = 10;
int numOuterLoops = 1;
int numInnerLoops = fRepeats;