Pump up matrix44_setconcat benches 1000x so they can be timed on Android.

BUG=skia:

Review URL: https://codereview.chromium.org/1174583002
This commit is contained in:
mtklein 2015-06-09 09:29:12 -07:00 committed by Commit bot
parent 6bd8d1c44b
commit 257918898a

View File

@ -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);
}
}