Lines Matching defs:out
19 my $CLASSES = './out/bin:../tools/misc/out/bin/:../icu4j.jar';
109 my $OUT; # see out()
159 out("<P><TABLE $TABLEATTR WIDTH=\"100%\">");
162 out("<TR><TD>");
165 out("</TD></TR>");
170 out("<TR><TD>");
173 out("</TD></TR>");
177 out("</TABLE></P>");
203 sub out {
256 out("<P>Measuring $method for input file @$pat[0] in @$pat[2] , ");
258 out("$iterCount iterations/pass, $NUMPASSES passes</P>\n");
260 out(-$iterCount, " seconds/pass, $NUMPASSES passes</P>\n");
279 out("<P>Calibration pass ($CALIBRATE sec): ");
280 out("$data[0] ms, ");
281 out("$data[1] iterations = ");
282 out(formatSeconds(4, $timePerIter), "/iteration<BR>\n");
301 out("Iterations per pass: $iterCount<BR>\n");
302 out("Events per iteration: $eventsPerIter<BR>\n");
306 out("Raw times (ms/pass): ", join(", ", @ms_str), "<BR>\n");
339 my @out;
341 push(@out, $_);
345 @out = grep(!/^\#/, @out); # filter out comments
347 #print "[", join("\n", @out), "]\n";
352 foreach (@out) {