Searched refs:nruns (Results 1 – 2 of 2) sorted by relevance
32 n) nruns=$OPTARG ;;58 if [[ $nruns -gt 0 ]] ; then59 num_runs=$nruns
583 unsigned nruns = specified_runs ? specified_runs : (1 << 30) / size; in run_implementation() local601 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()