Home
last modified time | relevance | path

Searched refs:BenchmarkMethod (Results 1 – 9 of 9) sorted by relevance

/external/caliper/caliper/src/main/java/com/google/caliper/runner/
DExperimentModule.java20 import static com.google.caliper.runner.Running.BenchmarkMethod;
70 @BenchmarkMethod
76 @BenchmarkMethod
DRunning.java43 public @interface BenchmarkMethod {} annotation in Running
/external/caliper/caliper/src/main/java/com/google/caliper/worker/
DMacrobenchmarkAllocationWorker.java21 import com.google.caliper.runner.Running.BenchmarkMethod;
37 @BenchmarkMethod Method method, AllocationRecorder recorder) { in MacrobenchmarkAllocationWorker()
DRuntimeWorker.java25 import com.google.caliper.runner.Running.BenchmarkMethod;
105 @BenchmarkMethod Method method, Random random, Ticker ticker, in Micro()
131 @BenchmarkMethod Method method, Random random, Ticker ticker, in Pico()
DArbitraryMeasurementWorker.java23 import com.google.caliper.runner.Running.BenchmarkMethod;
42 @BenchmarkMethod Method method, in ArbitraryMeasurementWorker()
DMacrobenchmarkWorker.java27 import com.google.caliper.runner.Running.BenchmarkMethod;
47 @Inject MacrobenchmarkWorker(@Benchmark Object benchmark, @BenchmarkMethod Method method, in MacrobenchmarkWorker()
DMicrobenchmarkAllocationWorker.java21 import com.google.caliper.runner.Running.BenchmarkMethod;
58 @BenchmarkMethod Method method, AllocationRecorder recorder, Random random) { in MicrobenchmarkAllocationWorker()
DAllAllocationsRecorder.java73 @Running.BenchmarkMethod String benchmarkMethodName) { in AllAllocationsRecorder()
/external/protobuf/benchmarks/php/
DPhpBenchmark.php26 class BenchmarkMethod class