From 359e4f0a5d514323650ea55c99fd9e53fe263fe3 Mon Sep 17 00:00:00 2001 From: "commit-bot@chromium.org" Date: Wed, 30 Apr 2014 00:46:29 +0000 Subject: [PATCH] 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 --- tools/PictureBenchmark.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.34.1