HomeSort by relevance Sort by last modified time
    Searched refs:noevents (Results 1 - 5 of 5) 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/icu/icu4c/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));
148 outputRow($i, \@iterPerPass, \@noopers, \@timedata, \@noevents);
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/
mpu_iio.c 579 int noevents = 0; local
615 noevents = 1;
897 if (!noevents) {

Completed in 194 milliseconds