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 100 int opt_loopCount = 0;
137 {"-loop", OptSpec::NUM, &opt_loopCount},
304 for(i = 0; i < opt_loopCount; i++) {
335 for(i = 0; i < opt_loopCount; i++) {
355 int32_t loopTime = (int)(float(1000) * ((float)elapsedTime/(float)opt_loopCount));
389 for(i = 0; i < opt_loopCount; i++) {
398 int32_t loopTime = (int)(float(1000) * ((float)elapsedTime/(float)opt_loopCount));
750 if(opt_loopCount != 0) {
  /external/icu/icu4c/source/test/perf/collationperf/
collperf.cpp 110 int opt_loopCount = 1;
170 {"-loop", OptSpec::NUM, &opt_loopCount},
377 double dLoopCount = double(opt_loopCount) * (1000. / double(gNumFileLines));
476 double dLoopCount = double(opt_loopCount) * 3000. / (log10((double)gNumFileLines) * double(gNumFileLines));
702 double dLoopCount = double(opt_loopCount) * 3000. / (log10((double)gNumFileLines) * double(gNumFileLines));
711 for (i=0; i<opt_loopCount; i++) {
841 while (count < opt_loopCount) {
861 while (count < opt_loopCount) {
878 opt_loopCount);
    [all...]
  /external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
CollationPerformanceTest.java 88 static int opt_loopCount = 1;
256 double dLoopCount = opt_loopCount * 3000 / ((Math.log(tests.length) / Math.log(10)* tests.length));
311 double dLoopCount = opt_loopCount * 3000 / (Math.log(tests.length) / Math.log(10)* tests.length);
487 double dLoopCount = opt_loopCount * (1000.0 / (double)list.size());
577 while (count < opt_loopCount) {
596 while (count < opt_loopCount) {
610 + "in " + opt_loopCount + " loops");
633 while (count < opt_loopCount) {
662 while (count < opt_loopCount) {
697 while (count < opt_loopCount) {
    [all...]

Completed in 187 milliseconds