HomeSort by relevance Sort by last modified time
    Searched defs:opt_loopCount (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4c/source/test/perf/ubrkperf/
ubrkperfold.cpp 105 int opt_loopCount = 0;
142 {"-loop", OptSpec::NUM, &opt_loopCount},
309 for(i = 0; i < opt_loopCount; i++) {
340 for(i = 0; i < opt_loopCount; i++) {
360 int32_t loopTime = (int)(float(1000) * ((float)elapsedTime/(float)opt_loopCount));
394 for(i = 0; i < opt_loopCount; i++) {
403 int32_t loopTime = (int)(float(1000) * ((float)elapsedTime/(float)opt_loopCount));
755 if(opt_loopCount != 0) {
  /external/icu/icu4c/source/test/perf/collationperf/
collperf.cpp 114 int opt_loopCount = 1;
174 {"-loop", OptSpec::NUM, &opt_loopCount},
381 double dLoopCount = double(opt_loopCount) * (1000. / double(gNumFileLines));
480 double dLoopCount = double(opt_loopCount) * 3000. / (log10((double)gNumFileLines) * double(gNumFileLines));
706 double dLoopCount = double(opt_loopCount) * 3000. / (log10((double)gNumFileLines) * double(gNumFileLines));
715 for (i=0; i<opt_loopCount; i++) {
845 while (count < opt_loopCount) {
865 while (count < opt_loopCount) {
882 opt_loopCount);
    [all...]
  /external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
CollationPerformanceTest.java 90 static int opt_loopCount = 1;
258 double dLoopCount = opt_loopCount * 3000 / ((Math.log(tests.length) / Math.log(10)* tests.length));
313 double dLoopCount = opt_loopCount * 3000 / (Math.log(tests.length) / Math.log(10)* tests.length);
489 double dLoopCount = opt_loopCount * (1000.0 / (double)list.size());
579 while (count < opt_loopCount) {
598 while (count < opt_loopCount) {
612 + "in " + opt_loopCount + " loops");
635 while (count < opt_loopCount) {
664 while (count < opt_loopCount) {
699 while (count < opt_loopCount) {
    [all...]

Completed in 1099 milliseconds