Index: tools/PictureBenchmark.cpp |
diff --git a/tools/PictureBenchmark.cpp b/tools/PictureBenchmark.cpp |
index 62369a430f7d316783ae294d36355b036dee8717..2950e7d7a2cbf5d58bd90d6cc91035b6664f3c87 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; |