Commit c949845a authored by Ilya Lavrenov's avatar Ilya Lavrenov

fixed perf test

parent 0f1a0a98
...@@ -139,6 +139,7 @@ OCL_PERF_TEST_P(CopyToFixture, CopyToWithMaskUninit, ...@@ -139,6 +139,7 @@ OCL_PERF_TEST_P(CopyToFixture, CopyToWithMaskUninit,
dst.release(); dst.release();
startTimer(); startTimer();
src.copyTo(dst, mask); src.copyTo(dst, mask);
cv::ocl::finish();
stopTimer(); stopTimer();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment