Home
last modified time | relevance | path

Searched refs:SkipThisScenarioException (Results 1 – 9 of 9) 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;
278 } catch (SkipThisScenarioException innocuous) {} in dryRun()
/external/caliper/caliper/src/main/java/com/google/caliper/api/
DSkipThisScenarioException.java27 public final class SkipThisScenarioException extends RuntimeException {} class
/external/guava/guava-tests/benchmark/com/google/common/math/
DStatsBenchmark.java22 import com.google.caliper.api.SkipThisScenarioException;
128 throw new SkipThisScenarioException(); in variance()