Home | History | Annotate | Download | only in perldriver

Lines Matching full:timedata

324    my @timedata =  @{shift(@_)};
353 for $j ( 0 .. $#timedata ) {
354 my $perOperation = $timedata[$j]->divideByScalar($iterPerPass[$j]*$noopers[$j]); # time per operation
359 my $baseLinePO = $timedata[0]->divideByScalar($iterPerPass[0]*$noopers[0]);
360 for $j ( 1 .. $#timedata ) {
361 my $perOperation = $timedata[$j]->divideByScalar($iterPerPass[$j]*$noopers[$j]); # time per operation
367 for $j ( 0 .. $#timedata ) {
371 for $j ( 0 .. $#timedata ) {
372 my $perEvent = $timedata[$j]->divideByScalar($iterPerPass[$j]*$noevents[$j]); # time per event
376 my $baseLinePO = $timedata[0]->divideByScalar($iterPerPass[0]*$noevents[0]);
377 for $j ( 1 .. $#timedata ) {
378 my $perOperation = $timedata[$j]->divideByScalar($iterPerPass[$j]*$noevents[$j]); # time per operation