Prepare scripts for multithreaded benchmarking
Requirements:
- if extra parameters not given, it should use one thread, and the default operation should be good for most
- with some extra parameters, multithreaded benchmarking can be done without hacking the scripts all the time
My example:
adb -s 12345678 shell "BENCHMARK_FILTER=Remap OPENCV_FOR_THREADS_NUM=2 /data/local/tmp/run_benchmarks.sh"
Edited by Denes Tarjan