1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

perf: added simple collection strategy

This commit is contained in:
Alexander Alekhin
2013-10-06 21:48:35 +04:00
parent c5afaa4e8d
commit 376cd8f84f
3 changed files with 199 additions and 50 deletions
+2
View File
@@ -67,5 +67,7 @@ static const char * impls[] =
int main(int argc, char ** argv)
{
::perf::TestBase::setPerformanceStrategy(::perf::PERF_STRATEGY_SIMPLE);
CV_PERF_TEST_MAIN_INTERNALS(ocl, impls, dumpOpenCLDevice())
}