HomeSort by relevance Sort by last modified time
    Searched refs:wStrCol (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4j/perf-tests/
collationperf.pl 87 $wStrCol = $wKeyGen = $wKeyLen = 0;
88 $wStrCol = `java -classpath $classPath com.ibm.icu.dev.test.perf.CollationPerformanceTest -terse -file data/collation/$data -locale $locale -loop 1000 -binsearch -java`;
89 $wStrCol =~s/[,\s]*//g; # whack off the leading " ," in the returned result.
95 $collDiff = (($wStrCol - $iStrCol) / $iStrCol) * 100;
130 $locale, $data, $iStrCol, $iKeyGen, $iKeyLen, $wStrCol, $wKeyGen, $wKeyLen, $collDiff, $keyGenDiff, $keyLenDiff
perftests.pl 214 $wStrCol = $wKeyGen = $wKeyLen = 0;
215 my $wStrCol = `java -classpath $CLASSPATH com.ibm.icu.dev.test.perf.CollationPerformanceTest -terse -file data/collation/$data -locale $locale -loop 1000 -binsearch -java`;
216 $wStrCol =~s/[,\s]*//g; # whack off the leading " ," in the returned result.
222 $collDiff = (($wStrCol - $iStrCol) / $iStrCol) * 100;
246 $JDK->setAttribute("time"=>$wStrCol);

Completed in 451 milliseconds