HomeSort by relevance Sort by last modified time
    Searched refs:noevents (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/icu/source/test/perf/perldriver/
Output.pm 325 my @noevents;
327 @noevents = @{shift(@_)};
330 if(@noevents) {
337 debug("No events: @noevents, $#noevents\n");
366 if (@noevents) {
368 #outputData($noevents[$j], "RIGHT");
369 outputValue($noevents[$j]);
372 my $perEvent = $timedata[$j]->divideByScalar($iterPerPass[$j]*$noevents[$j]); # time per event
376 my $baseLinePO = $timedata[0]->divideByScalar($iterPerPass[0]*$noevents[0])
    [all...]
PerfFramework.pm 114 my @noevents;
137 push(@noevents, shift(@res));
149 outputRow($i, \@iterPerPass, \@noopers, \@timedata, \@noevents);
  /external/icu4c/test/perf/perldriver/
Output.pm 325 my @noevents;
327 @noevents = @{shift(@_)};
330 if(@noevents) {
337 debug("No events: @noevents, $#noevents\n");
366 if (@noevents) {
368 #outputData($noevents[$j], "RIGHT");
369 outputValue($noevents[$j]);
372 my $perEvent = $timedata[$j]->divideByScalar($iterPerPass[$j]*$noevents[$j]); # time per event
376 my $baseLinePO = $timedata[0]->divideByScalar($iterPerPass[0]*$noevents[0])
    [all...]
PerfFramework.pm 114 my @noevents;
137 push(@noevents, shift(@res));
149 outputRow($i, \@iterPerPass, \@noopers, \@timedata, \@noevents);

Completed in 1604 milliseconds