Home
last modified time | relevance | path

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

/external/caliper/caliper/src/main/java/com/google/caliper/runner/
DBenchmarkMethods.java62 static boolean isTimeMethod(Method method) { in isTimeMethod() method in BenchmarkMethods
71 checkArgument(isTimeMethod(timeMethod)); in checkTimeMethod()
DAllocationInstrument.java67 return method.isAnnotationPresent(Benchmark.class) || BenchmarkMethods.isTimeMethod(method); in isBenchmarkMethod()
DRuntimeInstrument.java83 || BenchmarkMethods.isTimeMethod(method) in isBenchmarkMethod()