aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/AAClipBench.cpp
diff options
context:
space:
mode:
authorGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-05-09 16:27:10 +0000
committerGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-05-09 16:27:10 +0000
commitb1af07aa43698d23b791617a070ad825436b4026 (patch)
treee91e7b4c5ceaeb59051f7e08dc5a397d3e824c46 /bench/AAClipBench.cpp
parentffde1e312605e120b9875ee551ce3d514ae67838 (diff)
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
Diffstat (limited to 'bench/AAClipBench.cpp')
-rw-r--r--bench/AAClipBench.cpp4
1 files changed, 2 insertions, 2 deletions
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];