Add benchmarks for wxImage methods.

Build a GUI version of the benchmark program too and use it to benchmark
wxImage loading methods for now (more will be added later).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74319 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2013-07-01 14:47:38 +00:00
parent d9a4a0d022
commit 7b363ab621
22 changed files with 2363 additions and 371 deletions

View File

@@ -20,6 +20,10 @@
#include "wx/cmdline.h"
#include "wx/stopwatch.h"
#if wxUSE_GUI
#include "wx/frame.h"
#endif
#include "bench.h"
// ----------------------------------------------------------------------------