From b1af07aa43698d23b791617a070ad825436b4026 Mon Sep 17 00:00:00 2001 From: "robertphillips@google.com" Date: Wed, 9 May 2012 16:27:10 +0000 Subject: Dialed back complexity of nested clip bench to bring time down to a reasonable level git-svn-id: http://skia.googlecode.com/svn/trunk@3883 2bbb7eff-a529-9590-31e7-b0007b416f81 --- bench/AAClipBench.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bench/AAClipBench.cpp') diff --git a/bench/AAClipBench.cpp b/bench/AAClipBench.cpp index ca77082168..4467a95df5 100644 --- a/bench/AAClipBench.cpp +++ b/bench/AAClipBench.cpp @@ -96,8 +96,8 @@ class NestedAAClipBench : public SkBenchmark { SkRect fDrawRect; SkRandom fRandom; - static const int kNumDraws = SkBENCHLOOP(200); - static const int kNestingDepth = 4; + static const int kNumDraws = SkBENCHLOOP(2); + static const int kNestingDepth = 3; static const int kImageSize = 400; SkPoint fSizes[kNestingDepth+1]; -- cgit v1.2.3