OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BenchmarkMethods
(Results
1 - 3
of
3
) sorted by null
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
BenchmarkMethods.java
30
final class
BenchmarkMethods
{
35
private
BenchmarkMethods
() {}
AllocationInstrument.java
67
return method.isAnnotationPresent(Benchmark.class) ||
BenchmarkMethods
.isTimeMethod(method);
76
switch (
BenchmarkMethods
.Type.of(benchmarkMethod)) {
RuntimeInstrument.java
83
||
BenchmarkMethods
.isTimeMethod(method)
104
switch (
BenchmarkMethods
.Type.of(benchmarkMethod)) {
Completed in 378 milliseconds