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:
parent
6bd8d1c44b
commit
257918898a
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user