Home
last modified time | relevance | path

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

/external/caliper/caliper/src/main/java/com/google/caliper/runner/
DBenchmarkMethods.java30 final class BenchmarkMethods { class
35 private BenchmarkMethods() {} in BenchmarkMethods() method in BenchmarkMethods
DAllocationInstrument.java67 return method.isAnnotationPresent(Benchmark.class) || BenchmarkMethods.isTimeMethod(method); in isBenchmarkMethod()
76 switch (BenchmarkMethods.Type.of(benchmarkMethod)) { in createInstrumentation()
DRuntimeInstrument.java83 || BenchmarkMethods.isTimeMethod(method) in isBenchmarkMethod()
104 switch (BenchmarkMethods.Type.of(benchmarkMethod)) { in createInstrumentation()