Searched refs:timePerIter (Results 1 – 10 of 10) sorted by relevance
/third_party/icu/icu4c/source/test/perf/perldriver/ |
D | PerfFramework.pm | 354 my $timePerIter = 1.0e-3 * $data[0] / $data[2]; 357 $iterCount = int(-$iterCount / $timePerIter + 0.5); 362 out(formatSeconds(4, $timePerIter), "/iteration<BR>\n");
|
/third_party/icu/icu4j/perf-tests/ |
D | decimalformatperf.pl | 220 my $timePerIter = 1.0e-3 * $data[0] / $data[1]; 223 $iterCount = int(-$iterCount / $timePerIter + 0.5); 228 out(formatSeconds(4, $timePerIter), "/iteration<BR>\n");
|
D | ucharacterperf.pl | 222 my $timePerIter = 1.0e-3 * $data[0] / $data[1]; 225 $iterCount = int(-$iterCount / $timePerIter + 0.5); 230 out(formatSeconds(4, $timePerIter), "/iteration<BR>\n");
|
D | unicodesetperf.pl | 212 my $timePerIter = 1.0e-3 * $data[0] / $data[1]; 215 $iterCount = int(-$iterCount / $timePerIter + 0.5); 220 out(formatSeconds(4, $timePerIter), "/iteration<BR>\n");
|
D | dateformatperf.pl | 225 my $timePerIter = 1.0e-3 * $data[0] / $data[1]; 228 $iterCount = int(-$iterCount / $timePerIter + 0.5); 233 out(formatSeconds(4, $timePerIter), "/iteration<BR>\n");
|
D | normperf.pl | 274 my $timePerIter = 1.0e-3 * $data[0] / $data[1]; 277 $iterCount = int(-$iterCount / $timePerIter + 0.5); 282 out(formatSeconds(4, $timePerIter), "/iteration<BR>\n");
|
D | converterperf.pl | 242 my $timePerIter = 1.0e-3 * $data[0] / $data[1]; 245 $iterCount = int($timePerPass / $timePerIter + 0.5); 250 out(formatSeconds(4, $timePerIter), "/iteration<BR>\n");
|
D | perftests.pl | 332 my $timePerIter = 1.0e-3 * $data[0] / $data[1]; 335 $iterCount = int(-$iterCount / $timePerIter + 0.5);
|
/third_party/icu/icu4j/perf-tests/perldriver/ |
D | PerfFramework4j.pm | 377 my $timePerIter = 1.0e-3 * $data[0] / $data[2]; 380 $iterCount = int(-$iterCount / $timePerIter + 0.5); 385 out(formatSeconds(4, $timePerIter), "/iteration<BR>\n");
|
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/ |
D | PerfTest.java | 414 … double timePerIter = performLoops(testFunction, calibration_iter)/1000./calibration_iter; in run() local 415 long iterationCount = (long) (duration/timePerIter + 0.5); in run()
|