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

Unified Diff: bench/Matrix44Bench.cpp

Issue 1174583002: Pump up matrix44_setconcat benches 1000x so they can be timed on Android. (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Created 5 years, 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bench/Matrix44Bench.cpp
diff --git a/bench/Matrix44Bench.cpp b/bench/Matrix44Bench.cpp
index 81452b4a3d450b99bf4ed802f7b62069a1a0e781..a990763b62815c2c6fa0eb30533b69e1f795adbd 100644
--- a/bench/Matrix44Bench.cpp
+++ b/bench/Matrix44Bench.cpp
@@ -271,7 +271,7 @@ public:
protected:
virtual void performTest() {
fM0.reset(); // just to normalize this test with prescale/postscale
- for (int i = 0; i < 10; ++i) {
+ for (int i = 0; i < 10000; ++i) {
fM0.setConcat(fM1, fM2);
}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698