109 Commits (402a77e7f75d33d7711ecee9e85f57fae22199a8)

Author SHA1 Message Date
Alexander Alekhin 602f047fe8 build: replace WIN32 => _WIN32 8 years ago
dkurt 70ff3804e9 Fix SqueezeNet Halide performance test 8 years ago
Alexander Alekhin a4a47b538c build: detect Android via '__ANDROID__' macro 8 years ago
Alexander Alekhin 006966e629 trace: initial support for code trace 8 years ago
dkurt e74fed5c84 Catch SkipTestException in performance tests 8 years ago
Alexander Alekhin 0e4dde1781 Merge pull request #7872 from alalek:merge-2.4 8 years ago
Alexander Alekhin 03bcfe4107 test: fix RNG problem in accuracy tests 9 years ago
Alexander Alekhin 71b2409df0 ts: added findDataFile() utility function and SkipTestException 9 years ago
Declan Moran 4d84e6efee fix compiler error when building with gnu-5 toolchain (eg as currently shipped with crystax.org android ndk, and presumably soon with android studio). 9 years ago
Pavel Vlasov 349d5ba012 --perf_instrument parameter now has int type and 0, 1, 2 modes (1 - simple trees, 2 - expanded trees for functions with same name but different calling address); 9 years ago
Alexander Alekhin 10d18a315c instrumentation: minor refactoring, wrap OpenCL 9 years ago
Pavel Vlasov a462d76a95 Implementations instrumentation framework for OpenCV performance system; 9 years ago
Alexander Alekhin 12f01b778b fix perf tests 10 years ago
Alexander Alekhin be507b20cd fix perf tests 10 years ago
Pavel Rojtberg 31da833574 ts/ts_perf: fix wrong has() usage 10 years ago
Evgeny Agafonchikov 6a6d58d389 Adding test support for WINRT 10 years ago
Maksim Shabunin 1138a38dbe Use explicit no-sse flags when SSE is off 10 years ago
Alexander Alekhin 8ab6852927 added performance validation check 11 years ago
Pavel Vlasov 45958eaabc Implementation detector and selector for IPP and OpenCL; 11 years ago
Ilya Lavrenov 05a47d9014 cmd option 11 years ago
Andrey Pavlenko a3668f1369 changing default perf strategy from BASIC (old) to SIMPLE (new, faster) 11 years ago
Ilya Lavrenov 68957b2757 added some new performance tests 11 years ago
Ilya Lavrenov 32eb38ec98 fixed defects from coverity.com 11 years ago
Alexander Alekhin 79eba54a4f some fixes in perf tests 11 years ago
Ilya Lavrenov 5abfd40989 added perf test for cv::goodFeaturesToTrack 11 years ago
Ilya Lavrenov a7a7b80ff8 added perf test for cv::Moments 11 years ago
Ilya Lavrenov d7c22343aa added perf tests for T-API core functions 12 years ago
Alexander Alekhin 7d9150460a core/ocl: added perf test infra + "Add" perf test 12 years ago
Alexander Alekhin fe01bc21c0 perf: test-based metrics collection strategy 12 years ago
Alexander Alekhin cb4267cb38 ts/perf: int -> enum WarmUpType 12 years ago
Alexander Alekhin f1873bbca1 perf tests: allow to skip performance tests 12 years ago
Alexander Alekhin 376cd8f84f perf: added simple collection strategy 12 years ago
Alexander Alekhin 66e4aead97 perf tests: added SANITY_CHECK_NOTHING() 12 years ago
Alexander Alekhin 958604a68e perf test: update error message about relative error 12 years ago
Vladislav Vinogradov fd88654b45 replaced GPU -> CUDA 12 years ago
Vladislav Vinogradov cfe4a71dc6 renamed gpu* source to cuda* in core module 12 years ago
Vladislav Vinogradov e895b7455e renamed gpu namespace -> cuda 12 years ago
Roman Donchenko e9a28f66ee Normalized file endings. 12 years ago
Vladislav Vinogradov 2899d558ac record cuda gpu name to output report 12 years ago
Vladislav Vinogradov f87ef77269 removed GPU_/CPU_ prefix from gpu's sanity test 12 years ago
Roman Donchenko 7a104d2793 Added an option to print available implementation variants. 12 years ago
Roman Donchenko b581f27249 Made perf tests record module name, selected implementation and number of threads. 12 years ago
Roman Donchenko 936236e4b1 Extended the CPU/GPU selection mechanism in performance tests. 12 years ago
Vladislav Vinogradov 2dab93c2e8 refactored gpu info structures (TargetArchs and DeviceInfo) 12 years ago
Vladislav Vinogradov 4c9773d55f renamed gpu headers (made it more consistent) 12 years ago
Vladislav Vinogradov 54e7c76d99 fixed compilation errors 12 years ago
marina.kolpakova 4096b54560 use static assertation where suitable 12 years ago
Alexey Spizhevoy e0ead7b606 fixed assertion failure (vector out of range) for the 'vc10,debug' build (#2775) 12 years ago
Andrey Kamaev 4f1913ed26 Correct tolerance value for sanity checks with ERROR_RELATIVE 12 years ago
Ivan Korolev 6385b0f7ed Fixed a formula to calculate the relative error 12 years ago