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

  /external/caliper/caliper/src/main/java/com/google/caliper/api/
SkipThisScenarioException.java 27 public final class SkipThisScenarioException extends RuntimeException {}
  /external/caliper/examples/src/main/java/examples/
DemoBenchmark.java 23 import com.google.caliper.api.SkipThisScenarioException;
48 throw new SkipThisScenarioException();
VarargsBenchmark.java 22 import com.google.caliper.api.SkipThisScenarioException;
155 throw new SkipThisScenarioException();
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
BenchmarkClass.java 25 import com.google.caliper.api.SkipThisScenarioException;
156 propagateIfInstanceOf(e.getCause(), SkipThisScenarioException.class);
170 propagateIfInstanceOf(e.getCause(), SkipThisScenarioException.class);
ArbitraryMeasurementInstrument.java 22 import com.google.caliper.api.SkipThisScenarioException;
98 propagateIfInstanceOf(userException, SkipThisScenarioException.class);
AllocationInstrument.java 25 import com.google.caliper.api.SkipThisScenarioException;
106 propagateIfInstanceOf(userException, SkipThisScenarioException.class);
147 propagateIfInstanceOf(userException, SkipThisScenarioException.class);
RuntimeInstrument.java 34 import com.google.caliper.api.SkipThisScenarioException;
146 propagateIfInstanceOf(userException, SkipThisScenarioException.class);
186 propagateIfInstanceOf(userException, SkipThisScenarioException.class);
ExperimentingCaliperRun.java 20 import com.google.caliper.api.SkipThisScenarioException;
260 * scenarios that didn't throw a {@link SkipThisScenarioException}.
278 } catch (SkipThisScenarioException innocuous) {}
  /external/guava/guava-tests/benchmark/com/google/common/math/
StatsBenchmark.java 22 import com.google.caliper.api.SkipThisScenarioException;
128 throw new SkipThisScenarioException();
  /external/conscrypt/benchmark-android/
vogar.jar 

Completed in 453 milliseconds