X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fa8825a01d6ddb652f70e58e9de9844b03e7914f..d9a4a0d022f4a2d03422411eb93e5b9dc28d5d4c:/tests/benchmarks/bench.cpp?ds=sidebyside diff --git a/tests/benchmarks/bench.cpp b/tests/benchmarks/bench.cpp index 0d694e7826..2662554ef8 100644 --- a/tests/benchmarks/bench.cpp +++ b/tests/benchmarks/bench.cpp @@ -5,7 +5,7 @@ // Created: 2008-07-19 // RCS-ID: $Id$ // Copyright: (c) 2008 Vadim Zeitlin -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// // ============================================================================ @@ -294,6 +294,8 @@ int BenchApp::OnRun() wxPrintf("%.2f avg (min=%ld, max=%ld)\n", (float)timeTotal / times, timeMin, timeMax); } + + fflush(stdout); } return rc;