Home
last modified time | relevance | path

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

/external/caliper/caliper/src/main/java/com/google/caliper/runner/
DBenchmarkClass.java97 callSetUp(benchmarkInstance); in setUpBenchmark()
149 private void callSetUp(Object benchmark) throws UserCodeException { in callSetUp() method in BenchmarkClass