Lines Matching refs:timedata
326 my @timedata = @{shift(@_)};
355 for $j ( 0 .. $#timedata ) {
356 …my $perOperation = $timedata[$j]->divideByScalar($iterPerPass[$j]*$noopers[$j]); # time per operat…
361 my $baseLinePO = $timedata[0]->divideByScalar($iterPerPass[0]*$noopers[0]);
362 for $j ( 1 .. $#timedata ) {
363 …my $perOperation = $timedata[$j]->divideByScalar($iterPerPass[$j]*$noopers[$j]); # time per operat…
369 for $j ( 0 .. $#timedata ) {
373 for $j ( 0 .. $#timedata ) {
374 … my $perEvent = $timedata[$j]->divideByScalar($iterPerPass[$j]*$noevents[$j]); # time per event
378 my $baseLinePO = $timedata[0]->divideByScalar($iterPerPass[0]*$noevents[0]);
379 for $j ( 1 .. $#timedata ) {
380 …my $perOperation = $timedata[$j]->divideByScalar($iterPerPass[$j]*$noevents[$j]); # time per opera…