Searched defs:isBenchmarkMethod (Results 1 – 6 of 6) sorted by relevance
/external/caliper/caliper/src/main/java/com/google/caliper/runner/ | ||
D | ArbitraryMeasurementInstrument.java | 47 @Override public boolean isBenchmarkMethod(Method method) { in isBenchmarkMethod() method in ArbitraryMeasurementInstrument |
D | AllocationInstrument.java | 66 public boolean isBenchmarkMethod(Method method) { in isBenchmarkMethod() method in AllocationInstrument |
D | Instrument.java | 64 public abstract boolean isBenchmarkMethod(Method method); in isBenchmarkMethod() method in Instrument |
D | RuntimeInstrument.java | 81 public boolean isBenchmarkMethod(Method method) { in isBenchmarkMethod() method in RuntimeInstrument |
/external/caliper/caliper/src/test/java/com/google/caliper/runner/ | ||
D | ExperimentingRunnerModuleTest.java | 122 @Override public boolean isBenchmarkMethod(Method method) { in isBenchmarkMethod() method in ExperimentingRunnerModuleTest.FakeInstrument |
D | RuntimeInstrumentTest.java | 61 @Test public void isBenchmarkMethod() { in isBenchmarkMethod() method in RuntimeInstrumentTest |