Home
last modified time | relevance | path

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

/third_party/ltp/utils/benchmark/kernbench-0.42/
Dkernbench32 n) nruns=$OPTARG ;;
58 if [[ $nruns -gt 0 ]] ; then
59 num_runs=$nruns
/third_party/ffmpeg/tools/
Dcrypto_bench.c583 unsigned nruns = specified_runs ? specified_runs : (1 << 30) / size; in run_implementation() local
601 for (i = 0; i < nruns; i++) { in run_implementation()
622 ttime /= nruns; in run_implementation()
623 ttime2 /= nruns; in run_implementation()
626 impl->lib, impl->name, size, nruns, ttime, stime); in run_implementation()