Lines Matching refs:timedata
328 my @timedata = @{shift(@_)};
357 for $j ( 0 .. $#timedata ) {
358 …my $perOperation = $timedata[$j]->divideByScalar($iterPerPass[$j]*$noopers[$j]); # time per operat…
363 my $baseLinePO = $timedata[0]->divideByScalar($iterPerPass[0]*$noopers[0]);
364 for $j ( 1 .. $#timedata ) {
365 …my $perOperation = $timedata[$j]->divideByScalar($iterPerPass[$j]*$noopers[$j]); # time per operat…
371 for $j ( 0 .. $#timedata ) {
375 for $j ( 0 .. $#timedata ) {
376 … my $perEvent = $timedata[$j]->divideByScalar($iterPerPass[$j]*$noevents[$j]); # time per event
380 my $baseLinePO = $timedata[0]->divideByScalar($iterPerPass[0]*$noevents[0]);
381 for $j ( 1 .. $#timedata ) {
382 …my $perOperation = $timedata[$j]->divideByScalar($iterPerPass[$j]*$noevents[$j]); # time per opera…