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

  /external/caliper/caliper/src/main/java/com/google/caliper/model/
PersistentHashing.java 28 static HashFunction getPersistentHashFunction() {
Host.java 19 import static com.google.caliper.model.PersistentHashing.getPersistentHashFunction;
79 initHash(getPersistentHashFunction());
103 private HashFunction hashFunction = getPersistentHashFunction();
InstrumentSpec.java 19 import static com.google.caliper.model.PersistentHashing.getPersistentHashFunction;
77 this.hash = getPersistentHashFunction()
Scenario.java 19 import static com.google.caliper.model.PersistentHashing.getPersistentHashFunction;
83 this.hash = getPersistentHashFunction()
VmSpec.java 19 import static com.google.caliper.model.PersistentHashing.getPersistentHashFunction;
75 this.hash = getPersistentHashFunction().hashObject(this, VmSpecFunnel.INSTANCE).asInt();
BenchmarkSpec.java 19 import static com.google.caliper.model.PersistentHashing.getPersistentHashFunction;
88 this.hash = getPersistentHashFunction()

Completed in 141 milliseconds