tests/benchmarks/qmatrix4x4/tst_qmatrix4x4.cpp
changeset 3 41300fa6a67c
parent 0 1918ee327afb
child 4 3b1da2848fc7
--- a/tests/benchmarks/qmatrix4x4/tst_qmatrix4x4.cpp	Tue Jan 26 12:42:25 2010 +0200
+++ b/tests/benchmarks/qmatrix4x4/tst_qmatrix4x4.cpp	Tue Feb 02 00:43:10 2010 +0200
@@ -220,7 +220,7 @@
     QVector3D v(10.5f, -2.0f, 3.0f);
     QVector3D result;
 
-    m1.inferSpecialType();
+    m1.optimize();
 
     QBENCHMARK {
         result = m1 * v;
@@ -244,7 +244,7 @@
     QPointF v(10.5f, -2.0f);
     QPointF result;
 
-    m1.inferSpecialType();
+    m1.optimize();
 
     QBENCHMARK {
         result = m1 * v;