Home
last modified time | relevance | path

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

/external/opencv3/modules/ts/src/
Dts_perf.cpp42 static int param_threads; variable
818 param_threads = args.get<int>("perf_threads"); in Init()
917 ::testing::Test::RecordProperty("cv_num_threads", param_threads); in RecordRunParameters()
1560 if (param_threads >= 0) in SetUp()
1561 cv::setNumThreads(param_threads); in SetUp()