]> git.saurik.com Git - wxWidgets.git/commit
Add benchmarks for wxImage and raw bitmap access to the graphics test.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 5 Feb 2013 20:47:02 +0000 (20:47 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 5 Feb 2013 20:47:02 +0000 (20:47 +0000)
commite45606e991b47a45bd4919b56b3a599a0d13a7d5
tree6327aa524d8e1c021e6370b54d0a7e6de35ccdfe
parent8c14cbc98c1bb94c1f5a264694b8cf439b4f7729
Add benchmarks for wxImage and raw bitmap access to the graphics test.

Compare the speed of drawing the bitmaps by synthesizing wxImage and
converting it to wxBitmap and directly modifying wxBitmap bits using raw
bitmap access.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73471 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
tests/benchmarks/graphics.cpp