(package private) static void |
BenchmarkGeneratorUtils.addParameterValuesToGroup(ClassInfo host,
MethodGroup group)
Compute the parameter space given by @Param annotations and add all them to the group.
|
void |
StateObjectHandler.bindMethods(ClassInfo holder,
MethodGroup mg) |
int |
MethodGroup.compareTo(MethodGroup o) |
private void |
BenchmarkGenerator.generateAverageTime(ClassInfo classInfo,
java.io.PrintWriter writer,
Mode benchmarkKind,
MethodGroup methodGroup,
StateObjectHandler states) |
private void |
BenchmarkGenerator.generateMethod(ClassInfo classInfo,
Mode benchmarkKind,
java.io.PrintWriter writer,
MethodGroup methodGroup,
StateObjectHandler states)
Generate the method for a specific benchmark method
|
private void |
BenchmarkGenerator.generateSampleTime(ClassInfo classInfo,
java.io.PrintWriter writer,
Mode benchmarkKind,
MethodGroup methodGroup,
StateObjectHandler states) |
private void |
BenchmarkGenerator.generateSingleShotTime(ClassInfo classInfo,
java.io.PrintWriter writer,
Mode benchmarkKind,
MethodGroup methodGroup,
StateObjectHandler states) |
private void |
BenchmarkGenerator.generateThroughput(ClassInfo classInfo,
java.io.PrintWriter writer,
Mode benchmarkKind,
MethodGroup methodGroup,
StateObjectHandler states) |
private void |
BenchmarkGenerator.methodEpilog(java.io.PrintWriter writer,
MethodGroup methodGroup) |
private void |
BenchmarkGenerator.methodProlog(java.io.PrintWriter writer,
MethodGroup methodGroup) |