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

  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
BenchmarkMethods.java 62 static boolean isTimeMethod(Method method) {
67 * For instruments that use {@link #isTimeMethod} to identify their methods, this method checks
71 checkArgument(isTimeMethod(timeMethod));
AllocationInstrument.java 67 return method.isAnnotationPresent(Benchmark.class) || BenchmarkMethods.isTimeMethod(method);
RuntimeInstrument.java 83 || BenchmarkMethods.isTimeMethod(method)

Completed in 41 milliseconds