]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/benchmarks/graphics.cpp
default implementation for scaled bitmaps properties
[wxWidgets.git] / tests / benchmarks / graphics.cpp
index 4366073f2bf44a1770c0339c7365929b318e65e4..19ebbb6a25c7e4c30968b2dacc48029d4df0fc77 100644 (file)
@@ -203,7 +203,7 @@ private:
 
         const long t = sw.Time();
 
 
         const long t = sw.Time();
 
-        wxPrintf("%ld images done in %ldms = %gus/image or %d FPS\n",
+        wxPrintf("%ld images done in %ldms = %gus/image or %ld FPS\n",
                  opts.numIters, t, (1000. * t)/opts.numIters,
                  (1000*opts.numIters + t - 1)/t);
 
                  opts.numIters, t, (1000. * t)/opts.numIters,
                  (1000*opts.numIters + t - 1)/t);
 
@@ -369,7 +369,7 @@ private:
 
         const long t = sw.Time();
 
 
         const long t = sw.Time();
 
-        wxPrintf("%ld images done in %ldms = %gus/image or %d FPS\n",
+        wxPrintf("%ld images done in %ldms = %gus/image or %ld FPS\n",
                  opts.numIters, t, (1000. * t)/opts.numIters,
                  (1000*opts.numIters + t - 1)/t);
     }
                  opts.numIters, t, (1000. * t)/opts.numIters,
                  (1000*opts.numIters + t - 1)/t);
     }
@@ -417,7 +417,7 @@ private:
 
         const long t = sw.Time();
 
 
         const long t = sw.Time();
 
-        wxPrintf("%ld raw bitmaps done in %ldms = %gus/bitmap or %d FPS\n",
+        wxPrintf("%ld raw bitmaps done in %ldms = %gus/bitmap or %ld FPS\n",
                  opts.numIters, t, (1000. * t)/opts.numIters,
                  (1000*opts.numIters + t - 1)/t);
     }
                  opts.numIters, t, (1000. * t)/opts.numIters,
                  (1000*opts.numIters + t - 1)/t);
     }