#include "wx/cmdline.h"
#include "wx/stopwatch.h"
+#if wxUSE_GUI
+ #include "wx/frame.h"
+#endif
+
#include "bench.h"
// ----------------------------------------------------------------------------
wxPrintf("%.2f avg (min=%ld, max=%ld)\n",
(float)timeTotal / times, timeMin, timeMax);
}
+
+ fflush(stdout);
}
return rc;