Searched refs:BenchmarkMethod (Results 1 – 9 of 9) sorted by relevance
/external/caliper/caliper/src/main/java/com/google/caliper/runner/ |
D | ExperimentModule.java | 20 import static com.google.caliper.runner.Running.BenchmarkMethod; 70 @BenchmarkMethod 76 @BenchmarkMethod
|
D | Running.java | 43 public @interface BenchmarkMethod {} annotation in Running
|
/external/caliper/caliper/src/main/java/com/google/caliper/worker/ |
D | MacrobenchmarkAllocationWorker.java | 21 import com.google.caliper.runner.Running.BenchmarkMethod; 37 @BenchmarkMethod Method method, AllocationRecorder recorder) { in MacrobenchmarkAllocationWorker()
|
D | RuntimeWorker.java | 25 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()
|
D | ArbitraryMeasurementWorker.java | 23 import com.google.caliper.runner.Running.BenchmarkMethod; 42 @BenchmarkMethod Method method, in ArbitraryMeasurementWorker()
|
D | MacrobenchmarkWorker.java | 27 import com.google.caliper.runner.Running.BenchmarkMethod; 47 @Inject MacrobenchmarkWorker(@Benchmark Object benchmark, @BenchmarkMethod Method method, in MacrobenchmarkWorker()
|
D | MicrobenchmarkAllocationWorker.java | 21 import com.google.caliper.runner.Running.BenchmarkMethod; 58 @BenchmarkMethod Method method, AllocationRecorder recorder, Random random) { in MicrobenchmarkAllocationWorker()
|
D | AllAllocationsRecorder.java | 73 @Running.BenchmarkMethod String benchmarkMethodName) { in AllAllocationsRecorder()
|
/external/protobuf/benchmarks/php/ |
D | PhpBenchmark.php | 26 class BenchmarkMethod class
|