HomeSort by relevance Sort by last modified time
    Searched defs:BenchmarkSpec (Results 1 - 2 of 2) sorted by null

  /external/caliper/caliper/src/main/java/com/google/caliper/model/
BenchmarkSpec.java 38 public final class BenchmarkSpec implements Serializable {
41 static final BenchmarkSpec DEFAULT = new BenchmarkSpec();
49 private BenchmarkSpec() {
55 private BenchmarkSpec(Builder builder) {
76 } else if (obj instanceof BenchmarkSpec) {
77 BenchmarkSpec that = (BenchmarkSpec) obj;
106 enum BenchmarkSpecFunnel implements Funnel<BenchmarkSpec> {
109 @Override public void funnel(BenchmarkSpec from, PrimitiveSink into)
    [all...]
  /external/conscrypt/benchmark-android/
vogar.jar 

Completed in 48 milliseconds