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

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())
}