Lines Matching refs:data
21 my $datadir = "data";
67 my($locale, $iter, $data, $program, $args, $variable);
73 foreach $data (@{ $datafiles{$locale} }) {
79 $locdata .= "<b>Datafile:</b> $data<br>";
83 compareLoop ($tests, $locale, $DATADIR."/".$data);
85 compareLoop ($tests, $locale, $data);
161 my @data = @{ shift(@res) };
167 shift(@data) if (@data > 1); # discard first run
169 #debug("data is @data\n");
170 my $ds = Dataset->new(@data);
201 # $a->[1]: 'begin' data, == $iterCount
202 # $a->[2]: 'end' data, of the form <ms> <eventsPerIter>
251 my @data = @{ shift(@res) };
255 shift(@data) if (@data > 1); # discard first run
257 my $ds = Dataset->new(@data);
299 my $data = [];
305 #debug ("$_ => [[$m $state !!!$d!!! $data ]]\n");
309 push(@$data, $d);
310 push(@$data, ''); # placeholder for end data
315 $data->[1] = $d; # insert end data at [1]
316 #debug( "#$method:", join(";",@$data), "\n");
317 unshift(@$data, $method); # add method to start
318 push(@results, $data);
320 $data = [];
328 push(@$data, $_);
376 my @data = split(/\s+/, $t[0]->[2]);
377 my $timePerIter = 1.0e-3 * $data[0] / $data[2];
383 out("$data[0] ms, ");
384 out("$data[2] iterations = ");
396 # $a->[1]: 'begin' data, == $iterCount
397 # $a->[2]: 'end' data, of the form <ms> <eventsPerIter>