isPerformanceCheckBypassed  679 modules/core/include/opencv2/core/ocl.hpp CV_EXPORTS bool isPerformanceCheckBypassed();
isPerformanceCheckBypassed  680 modules/core/include/opencv2/core/ocl.hpp #define OCL_PERFORMANCE_CHECK(condition) (cv::ocl::internal::isPerformanceCheckBypassed() || (condition))