perf_main.cpp 266 B

123456789101112
  1. #include "perf_precomp.hpp"
  2. #ifdef _MSC_VER
  3. # if _MSC_VER >= 1700
  4. # pragma warning(disable:4447) // Disable warning 'main' signature found without threading model
  5. # endif
  6. #endif
  7. #if defined(HAVE_HPX)
  8. #include <hpx/hpx_main.hpp>
  9. #endif
  10. CV_PERF_TEST_MAIN(core)