Add wxImage::Scale() benchmarks.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 1 Jul 2013 14:48:01 +0000 (14:48 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 1 Jul 2013 14:48:01 +0000 (14:48 +0000)
commit544ab85e05ac2eb8bfa507bb8f81b87a69b2000c
treec63ed34ade59d7798d3c073af3a52837c1eb551f
parent7b363ab621f0d54396823f62efd95833f7843f91
Add wxImage::Scale() benchmarks.

Measure the time taken to rescale the image to a bigger or smaller size using
normal or high quality.

See #15281.

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