HomeSort by relevance Sort by last modified time
    Searched full:itercount (Results 1 - 5 of 5) sorted by null

  /external/icu4c/test/perf/perldriver/
PerfFramework.pm 23 my $iterCount = 0;
175 # $a->[1]: 'begin' data, == $iterCount
182 my $iterCount = shift(@b);
189 # out("Iterations per pass: $iterCount<BR>\n");
191 # debug("Iterations per pass: $iterCount<BR>\n");
201 ($iterCount, $operationsPerIter, \@ms, $eventsPerIter);
203 ($iterCount, $operationsPerIter, \@ms);
333 my $iterCount = shift; # actually might be -seconds/pass
336 if ($iterCount > 0) {
337 out("$iterCount iterations/pass, $NUMPASSES passes</P>\n")
    [all...]
Output.pm 348 #outputData($iterCount);
  /external/valgrind/main/memcheck/tests/
vcpu_fbench.c 300 int itercount; /* The iteration counter for the main loop variable
730 printf("\nfbench <itercount>\n\n");
731 printf("where <itercount> is the number of iterations\n");
772 for (itercount = 0; itercount < niter; itercount++) {
  /external/valgrind/main/perf/
fbench.c 296 int itercount; /* The iteration counter for the main loop variable
726 printf("\nfbench <itercount>\n\n");
727 printf("where <itercount> is the number of iterations\n");
768 for (itercount = 0; itercount < niter; itercount++) {
  /external/icu4c/test/thaitest/
thaitest.cpp 229 int32_t iterCount = 0;

Completed in 987 milliseconds