OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SkipThisScenarioException
(Results
1 - 5
of
5
) 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);
/external/guava/guava-tests/benchmark/com/google/common/math/
StatsBenchmark.java
22
import com.google.caliper.api.
SkipThisScenarioException
;
128
throw new
SkipThisScenarioException
();
Completed in 95 milliseconds