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

  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
BenchmarkClassChecker.java 78 if (instrument.isBenchmarkMethod(method)) {
AllocationInstrument.java 66 public boolean isBenchmarkMethod(Method method) {
74 checkArgument(isBenchmarkMethod(benchmarkMethod));
ArbitraryMeasurementInstrument.java 47 @Override public boolean isBenchmarkMethod(Method method) {
RuntimeInstrument.java 81 public boolean isBenchmarkMethod(Method method) {
98 checkArgument(isBenchmarkMethod(benchmarkMethod));
Instrument.java 64 public abstract boolean isBenchmarkMethod(Method method);
ExperimentingRunnerModule.java 268 if (instrument.isBenchmarkMethod(method)) {
  /external/caliper/caliper/src/test/java/com/google/caliper/runner/
RuntimeInstrumentTest.java 61 @Test public void isBenchmarkMethod() {
67 return instrument.isBenchmarkMethod(input);
ExperimentingRunnerModuleTest.java 122 @Override public boolean isBenchmarkMethod(Method method) {

Completed in 68 milliseconds