Home
last modified time | relevance | path

Searched refs:SkipThisScenarioException (Results 1 – 17 of 17) sorted by relevance

/external/caliper/examples/src/main/java/examples/
DDemoBenchmark.java23 import com.google.caliper.api.SkipThisScenarioException;
48 throw new SkipThisScenarioException(); in setUp()
DVarargsBenchmark.java22 import com.google.caliper.api.SkipThisScenarioException;
155 throw new SkipThisScenarioException(); in invocation()
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
DBenchmarkClass.java25 import com.google.caliper.api.SkipThisScenarioException;
156 propagateIfInstanceOf(e.getCause(), SkipThisScenarioException.class); in callSetUp()
170 propagateIfInstanceOf(e.getCause(), SkipThisScenarioException.class); in callTearDown()
DAllocationInstrument.java25 import com.google.caliper.api.SkipThisScenarioException;
106 propagateIfInstanceOf(userException, SkipThisScenarioException.class); in dryRun()
147 propagateIfInstanceOf(userException, SkipThisScenarioException.class); in dryRun()
DArbitraryMeasurementInstrument.java22 import com.google.caliper.api.SkipThisScenarioException;
98 propagateIfInstanceOf(userException, SkipThisScenarioException.class); in dryRun()
DRuntimeInstrument.java34 import com.google.caliper.api.SkipThisScenarioException;
146 propagateIfInstanceOf(userException, SkipThisScenarioException.class); in dryRun()
186 propagateIfInstanceOf(userException, SkipThisScenarioException.class); in dryRun()
DExperimentingCaliperRun.java20 import com.google.caliper.api.SkipThisScenarioException;
277 } catch (SkipThisScenarioException innocuous) {} in dryRun()
/external/guava/guava-tests/benchmark/com/google/common/collect/
DMultipleSetContainsBenchmark.java22 import com.google.caliper.api.SkipThisScenarioException;
48 throw new SkipThisScenarioException(); in setUp()
DStreamsBenchmark.java22 import com.google.caliper.api.SkipThisScenarioException;
65 throw new SkipThisScenarioException(); in operate()
/external/guava/android/guava-tests/benchmark/com/google/common/base/
DLazyStackTraceBenchmark.java25 import com.google.caliper.api.SkipThisScenarioException;
81 throw new SkipThisScenarioException(); in doBefore()
/external/guava/guava-tests/benchmark/com/google/common/base/
DLazyStackTraceBenchmark.java25 import com.google.caliper.api.SkipThisScenarioException;
81 throw new SkipThisScenarioException(); in doBefore()
/external/guava/android/guava-tests/benchmark/com/google/common/collect/
DMultipleSetContainsBenchmark.java22 import com.google.caliper.api.SkipThisScenarioException;
48 throw new SkipThisScenarioException(); in setUp()
/external/guava/guava-tests/benchmark/com/google/common/util/concurrent/
DAbstractFutureFootprintBenchmark.java24 import com.google.caliper.api.SkipThisScenarioException;
55 throw new SkipThisScenarioException(); in setUp()
/external/guava/android/guava-tests/benchmark/com/google/common/util/concurrent/
DAbstractFutureFootprintBenchmark.java24 import com.google.caliper.api.SkipThisScenarioException;
55 throw new SkipThisScenarioException(); in setUp()
/external/caliper/caliper/src/main/java/com/google/caliper/api/
DSkipThisScenarioException.java27 public final class SkipThisScenarioException extends RuntimeException {} class
/external/guava/android/guava-tests/benchmark/com/google/common/math/
DStatsBenchmark.java22 import com.google.caliper.api.SkipThisScenarioException;
127 throw new SkipThisScenarioException(); in variance()
/external/guava/guava-tests/benchmark/com/google/common/math/
DStatsBenchmark.java22 import com.google.caliper.api.SkipThisScenarioException;
127 throw new SkipThisScenarioException(); in variance()