TestBase 25 modules/core/perf/opencl/perf_bufferpool.cpp throw ::perf::TestBase::PerfSkipTestException(); TestBase 30 modules/core/perf/opencl/perf_bufferpool.cpp throw ::perf::TestBase::PerfSkipTestException(); TestBase 76 modules/cudabgsegm/perf/perf_bgsegm.cpp const string inputFile = perf::TestBase::getDataPath(GET_PARAM(0)); TestBase 180 modules/cudabgsegm/perf/perf_bgsegm.cpp const string inputFile = perf::TestBase::getDataPath(GET_PARAM(0)); TestBase 333 modules/cudabgsegm/perf/perf_bgsegm.cpp const string inputFile = perf::TestBase::getDataPath(GET_PARAM(0)); TestBase 74 modules/cudacodec/perf/perf_video.cpp const string inputFile = perf::TestBase::getDataPath(GetParam()); TestBase 110 modules/cudacodec/perf/perf_video.cpp const string inputFile = perf::TestBase::getDataPath(GetParam()); TestBase 80 modules/cudalegacy/perf/perf_bgsegm.cpp const string inputFile = perf::TestBase::getDataPath(GetParam()); TestBase 150 modules/cudalegacy/perf/perf_bgsegm.cpp const std::string inputFile = perf::TestBase::getDataPath(GET_PARAM(0)); TestBase 111 modules/cudaobjdetect/perf/perf_objdetect.cpp cv::cuda::CascadeClassifier::create(perf::TestBase::getDataPath(GetParam().second)); TestBase 127 modules/cudaobjdetect/perf/perf_objdetect.cpp ASSERT_TRUE(cascade.load(perf::TestBase::getDataPath("gpu/perf/haarcascade_frontalface_alt.xml"))); TestBase 149 modules/cudaobjdetect/perf/perf_objdetect.cpp cv::cuda::CascadeClassifier::create(perf::TestBase::getDataPath(GetParam().second)); TestBase 165 modules/cudaobjdetect/perf/perf_objdetect.cpp ASSERT_TRUE(cascade.load(perf::TestBase::getDataPath("gpu/lbpcascade/lbpcascade_frontalface.xml"))); TestBase 63 modules/ts/include/opencv2/ts/ocl_perf.hpp public ::perf::TestBase \ TestBase 32 modules/ts/include/opencv2/ts/ts_perf.hpp class TestBase; TestBase 169 modules/ts/include/opencv2/ts/ts_perf.hpp static Regression& add(TestBase* test, const std::string& name, cv::InputArray array, double eps = DBL_EPSILON, ERROR_TYPE err = ERROR_ABSOLUTE); TestBase 170 modules/ts/include/opencv2/ts/ts_perf.hpp static Regression& addMoments(TestBase* test, const std::string& name, const cv::Moments & array, double eps = DBL_EPSILON, ERROR_TYPE err = ERROR_ABSOLUTE); TestBase 171 modules/ts/include/opencv2/ts/ts_perf.hpp static Regression& addKeypoints(TestBase* test, const std::string& name, const std::vector<cv::KeyPoint>& array, double eps = DBL_EPSILON, ERROR_TYPE err = ERROR_ABSOLUTE); TestBase 172 modules/ts/include/opencv2/ts/ts_perf.hpp static Regression& addMatches(TestBase* test, const std::string& name, const std::vector<cv::DMatch>& array, double eps = DBL_EPSILON, ERROR_TYPE err = ERROR_ABSOLUTE); TestBase 360 modules/ts/include/opencv2/ts/ts_perf.hpp TestBase(); TestBase 459 modules/ts/include/opencv2/ts/ts_perf.hpp TestBase* test; TestBase 460 modules/ts/include/opencv2/ts/ts_perf.hpp _declareHelper(TestBase* t); TestBase 463 modules/ts/include/opencv2/ts/ts_perf.hpp friend class TestBase; TestBase 475 modules/ts/include/opencv2/ts/ts_perf.hpp template<typename T> class TestBaseWithParam: public TestBase, public ::testing::WithParamInterface<T> {}; TestBase 520 modules/ts/include/opencv2/ts/ts_perf.hpp class test_case_name : public ::perf::TestBase {\ TestBase 622 modules/ts/include/opencv2/ts/ts_perf.hpp ::perf::TestBase::Init(std::vector<std::string>(impls, impls + sizeof impls / sizeof *impls), \ TestBase 627 modules/ts/include/opencv2/ts/ts_perf.hpp ::perf::TestBase::RecordRunParameters(); \ TestBase 54 modules/ts/src/cuda_perf.cpp return imread(perf::TestBase::getDataPath(fileName), flags); TestBase 62 modules/ts/src/ocl_perf.cpp throw ::perf::TestBase::PerfSkipTestException(); TestBase 24 modules/ts/src/ts_perf.cpp int64 TestBase::timeLimitDefault = 0; TestBase 25 modules/ts/src/ts_perf.cpp unsigned int TestBase::iterationsLimitDefault = (unsigned int)(-1); TestBase 26 modules/ts/src/ts_perf.cpp int64 TestBase::_timeadjustment = 0; TestBase 129 modules/ts/src/ts_perf.cpp Regression& Regression::add(TestBase* test, const std::string& name, cv::InputArray array, double eps, ERROR_TYPE err) TestBase 135 modules/ts/src/ts_perf.cpp Regression& Regression::addMoments(TestBase* test, const std::string& name, const cv::Moments& array, double eps, ERROR_TYPE err) TestBase 143 modules/ts/src/ts_perf.cpp Regression& Regression::addKeypoints(TestBase* test, const std::string& name, const std::vector<cv::KeyPoint>& array, double eps, ERROR_TYPE err) TestBase 161 modules/ts/src/ts_perf.cpp Regression& Regression::addMatches(TestBase* test, const std::string& name, const std::vector<cv::DMatch>& array, double eps, ERROR_TYPE err) TestBase 733 modules/ts/src/ts_perf.cpp void TestBase::Init(int argc, const char* const argv[]) TestBase 737 modules/ts/src/ts_perf.cpp TestBase::Init(plain_only, argc, argv); TestBase 740 modules/ts/src/ts_perf.cpp void TestBase::Init(const std::vector<std::string> & availableImpls, TestBase 914 modules/ts/src/ts_perf.cpp void TestBase::RecordRunParameters() TestBase 928 modules/ts/src/ts_perf.cpp std::string TestBase::getSelectedImpl() TestBase 933 modules/ts/src/ts_perf.cpp enum PERF_STRATEGY TestBase::setModulePerformanceStrategy(enum PERF_STRATEGY strategy) TestBase 940 modules/ts/src/ts_perf.cpp enum PERF_STRATEGY TestBase::getCurrentModulePerformanceStrategy() TestBase 946 modules/ts/src/ts_perf.cpp int64 TestBase::_calibrate() TestBase 948 modules/ts/src/ts_perf.cpp class _helper : public ::perf::TestBase TestBase 988 modules/ts/src/ts_perf.cpp TestBase::TestBase(): testStrategy(PERF_STRATEGY_DEFAULT), declare(this) TestBase 1001 modules/ts/src/ts_perf.cpp void TestBase::declareArray(SizeVector& sizes, cv::InputOutputArray a, WarmUpType wtype) TestBase 1012 modules/ts/src/ts_perf.cpp void TestBase::warmup(cv::InputOutputArray a, WarmUpType wtype) TestBase 1046 modules/ts/src/ts_perf.cpp int TestBase::getSizeInBytes(cv::InputArray a) TestBase 1060 modules/ts/src/ts_perf.cpp cv::Size TestBase::getSize(cv::InputArray a) TestBase 1067 modules/ts/src/ts_perf.cpp PERF_STRATEGY TestBase::getCurrentPerformanceStrategy() const TestBase 1075 modules/ts/src/ts_perf.cpp bool TestBase::next() TestBase 1235 modules/ts/src/ts_perf.cpp void TestBase::warmup_impl(cv::Mat m, WarmUpType wtype) TestBase 1253 modules/ts/src/ts_perf.cpp unsigned int TestBase::getTotalInputSize() const TestBase 1261 modules/ts/src/ts_perf.cpp unsigned int TestBase::getTotalOutputSize() const TestBase 1269 modules/ts/src/ts_perf.cpp void TestBase::startTimer() TestBase 1274 modules/ts/src/ts_perf.cpp void TestBase::stopTimer() TestBase 1287 modules/ts/src/ts_perf.cpp performance_metrics& TestBase::calcMetrics() TestBase 1395 modules/ts/src/ts_perf.cpp void TestBase::validateMetrics() TestBase 1432 modules/ts/src/ts_perf.cpp void TestBase::reportMetrics(bool toJUnitXML) TestBase 1556 modules/ts/src/ts_perf.cpp void TestBase::SetUp() TestBase 1578 modules/ts/src/ts_perf.cpp void TestBase::TearDown() TestBase 1630 modules/ts/src/ts_perf.cpp std::string TestBase::getDataPath(const std::string& relativePath) TestBase 1671 modules/ts/src/ts_perf.cpp void TestBase::RunPerfTestBody() TestBase 1719 modules/ts/src/ts_perf.cpp TestBase::_declareHelper& TestBase::_declareHelper::iterations(unsigned int n) TestBase 1723 modules/ts/src/ts_perf.cpp test->nIters = std::min(n, TestBase::iterationsLimitDefault); TestBase 1729 modules/ts/src/ts_perf.cpp TestBase::_declareHelper& TestBase::_declareHelper::time(double timeLimitSecs) TestBase 1738 modules/ts/src/ts_perf.cpp TestBase::_declareHelper& TestBase::_declareHelper::tbb_threads(int n) TestBase 1744 modules/ts/src/ts_perf.cpp TestBase::_declareHelper& TestBase::_declareHelper::runs(unsigned int runsNumber) TestBase 1750 modules/ts/src/ts_perf.cpp TestBase::_declareHelper& TestBase::_declareHelper::in(cv::InputOutputArray a1, WarmUpType wtype) TestBase 1753 modules/ts/src/ts_perf.cpp TestBase::declareArray(test->inputData, a1, wtype); TestBase 1757 modules/ts/src/ts_perf.cpp TestBase::_declareHelper& TestBase::_declareHelper::in(cv::InputOutputArray a1, cv::InputOutputArray a2, WarmUpType wtype) TestBase 1760 modules/ts/src/ts_perf.cpp TestBase::declareArray(test->inputData, a1, wtype); TestBase 1761 modules/ts/src/ts_perf.cpp TestBase::declareArray(test->inputData, a2, wtype); TestBase 1765 modules/ts/src/ts_perf.cpp TestBase::_declareHelper& TestBase::_declareHelper::in(cv::InputOutputArray a1, cv::InputOutputArray a2, cv::InputOutputArray a3, WarmUpType wtype) TestBase 1768 modules/ts/src/ts_perf.cpp TestBase::declareArray(test->inputData, a1, wtype); TestBase 1769 modules/ts/src/ts_perf.cpp TestBase::declareArray(test->inputData, a2, wtype); TestBase 1770 modules/ts/src/ts_perf.cpp TestBase::declareArray(test->inputData, a3, wtype); TestBase 1774 modules/ts/src/ts_perf.cpp TestBase::_declareHelper& TestBase::_declareHelper::in(cv::InputOutputArray a1, cv::InputOutputArray a2, cv::InputOutputArray a3, cv::InputOutputArray a4, WarmUpType wtype) TestBase 1777 modules/ts/src/ts_perf.cpp TestBase::declareArray(test->inputData, a1, wtype); TestBase 1778 modules/ts/src/ts_perf.cpp TestBase::declareArray(test->inputData, a2, wtype); TestBase 1779 modules/ts/src/ts_perf.cpp TestBase::declareArray(test->inputData, a3, wtype); TestBase 1780 modules/ts/src/ts_perf.cpp TestBase::declareArray(test->inputData, a4, wtype); TestBase 1784 modules/ts/src/ts_perf.cpp TestBase::_declareHelper& TestBase::_declareHelper::out(cv::InputOutputArray a1, WarmUpType wtype) TestBase 1787 modules/ts/src/ts_perf.cpp TestBase::declareArray(test->outputData, a1, wtype); TestBase 1791 modules/ts/src/ts_perf.cpp TestBase::_declareHelper& TestBase::_declareHelper::out(cv::InputOutputArray a1, cv::InputOutputArray a2, WarmUpType wtype) TestBase 1794 modules/ts/src/ts_perf.cpp TestBase::declareArray(test->outputData, a1, wtype); TestBase 1795 modules/ts/src/ts_perf.cpp TestBase::declareArray(test->outputData, a2, wtype); TestBase 1799 modules/ts/src/ts_perf.cpp TestBase::_declareHelper& TestBase::_declareHelper::out(cv::InputOutputArray a1, cv::InputOutputArray a2, cv::InputOutputArray a3, WarmUpType wtype) TestBase 1802 modules/ts/src/ts_perf.cpp TestBase::declareArray(test->outputData, a1, wtype); TestBase 1803 modules/ts/src/ts_perf.cpp TestBase::declareArray(test->outputData, a2, wtype); TestBase 1804 modules/ts/src/ts_perf.cpp TestBase::declareArray(test->outputData, a3, wtype); TestBase 1808 modules/ts/src/ts_perf.cpp TestBase::_declareHelper& TestBase::_declareHelper::out(cv::InputOutputArray a1, cv::InputOutputArray a2, cv::InputOutputArray a3, cv::InputOutputArray a4, WarmUpType wtype) TestBase 1811 modules/ts/src/ts_perf.cpp TestBase::declareArray(test->outputData, a1, wtype); TestBase 1812 modules/ts/src/ts_perf.cpp TestBase::declareArray(test->outputData, a2, wtype); TestBase 1813 modules/ts/src/ts_perf.cpp TestBase::declareArray(test->outputData, a3, wtype); TestBase 1814 modules/ts/src/ts_perf.cpp TestBase::declareArray(test->outputData, a4, wtype); TestBase 1818 modules/ts/src/ts_perf.cpp TestBase::_declareHelper& TestBase::_declareHelper::strategy(enum PERF_STRATEGY s) TestBase 1824 modules/ts/src/ts_perf.cpp TestBase::_declareHelper::_declareHelper(TestBase* t) : test(t)