Home
last modified time | relevance | path

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

/external/opencv3/modules/ts/src/
Dts_perf.cpp1067 PERF_STRATEGY TestBase::getCurrentPerformanceStrategy() const in getCurrentPerformanceStrategy() function in TestBase
1103 if (getCurrentPerformanceStrategy() == PERF_STRATEGY_BASE) in next()
1109 assert(getCurrentPerformanceStrategy() == PERF_STRATEGY_SIMPLE); in next()
1314 if (getCurrentPerformanceStrategy() == PERF_STRATEGY_BASE) in calcMetrics()
1345 else if (getCurrentPerformanceStrategy() == PERF_STRATEGY_SIMPLE) in calcMetrics()
1404 if (getCurrentPerformanceStrategy() == PERF_STRATEGY_BASE) in validateMetrics()
1418 else if (getCurrentPerformanceStrategy() == PERF_STRATEGY_SIMPLE) in validateMetrics()
/external/opencv3/modules/ts/include/opencv2/ts/
Dts_perf.hpp384 PERF_STRATEGY getCurrentPerformanceStrategy() const;