aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/InterpBench.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bench/InterpBench.cpp')
-rw-r--r--bench/InterpBench.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/InterpBench.cpp b/bench/InterpBench.cpp
index 9b607adf88..513618b8f1 100644
--- a/bench/InterpBench.cpp
+++ b/bench/InterpBench.cpp
@@ -33,7 +33,7 @@ protected:
}
virtual void onDraw(SkCanvas*) {
- int n = SkBENCHLOOP(kLoop * this->mulLoopCount());
+ int n = this->getLoops() * this->mulLoopCount();
for (int i = 0; i < n; i++) {
this->performTest(fDst, fFx, fDx, kBuffer);
}