mirror of https://github.com/opencv/opencv.git
Merge pull request #1095 from jet47:gpu-perf-tests
commit
0386488629
14 changed files with 45 additions and 29 deletions
@ -1,3 +1,11 @@ |
||||
#include "perf_precomp.hpp" |
||||
#include "opencv2/ts/gpu_perf.hpp" |
||||
|
||||
CV_PERF_TEST_MAIN(photo) |
||||
static const char * impls[] = { |
||||
#ifdef HAVE_CUDA |
||||
"cuda", |
||||
#endif |
||||
"plain" |
||||
}; |
||||
|
||||
CV_PERF_TEST_MAIN_WITH_IMPLS(photo, impls, perf::printCudaInfo()) |
||||
|
Loading…
Reference in new issue