Home
last modified time | relevance | path

Searched refs:testStrategy (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/ts/src/
Dts_perf.cpp988 TestBase::TestBase(): testStrategy(PERF_STRATEGY_DEFAULT), declare(this) in TestBase()
1070 return (testStrategy == PERF_STRATEGY_DEFAULT) ? strategyModule : testStrategy; in getCurrentPerformanceStrategy()
1820 test->testStrategy = s; in strategy()
/external/opencv3/modules/ts/include/opencv2/ts/
Dts_perf.hpp413 enum PERF_STRATEGY testStrategy; member in perf::TestBase