OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:timeMethod
(Results
1 - 2
of
2
) sorted by null
/external/caliper/caliper/src/test/java/com/google/caliper/runner/
BenchmarkClassCheckerTest.java
57
assertTrue(benchmarkClassChecker.isBenchmark(
TimeMethod
.class));
60
public static class
TimeMethod
{
61
public void
timeMethod
() {}
/external/vogar/test/vogar/target/
TestRunnerTest.java
110
+ " Benchmark Methods: [
timeMethod
]\n"
152
+ " Benchmark Methods: [
timeMethod
]\n"
172
public long
timeMethod
(long reps) {
Completed in 1414 milliseconds