Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2854)

Unified Diff: bench/BlurRectBench.cpp

Issue 23478013: Major bench refactoring. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: scroggo Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: bench/BlurRectBench.cpp
diff --git a/bench/BlurRectBench.cpp b/bench/BlurRectBench.cpp
index 1f40780fc27c99eb543217d86b65195188e6d93e..5d06a128412940eb7a72281d990644dd17886c09 100644
--- a/bench/BlurRectBench.cpp
+++ b/bench/BlurRectBench.cpp
@@ -60,7 +60,7 @@ protected:
preBenchSetup(r);
- for (int i = 0; i < SkBENCHLOOP(fLoopCount); i++) {
+ for (int i = 0; i < this->getLoops(); i++) {
makeBlurryRect(r);
}
}

Powered by Google App Engine
This is Rietveld 408576698