Uses of Class
org.openjdk.jmh.generators.core.BenchmarkInfo
-
Packages that use BenchmarkInfo Package Description org.openjdk.jmh.generators.core -
-
Uses of BenchmarkInfo in org.openjdk.jmh.generators.core
Fields in org.openjdk.jmh.generators.core with type parameters of type BenchmarkInfo Modifier and Type Field Description private java.util.Set<BenchmarkInfo>BenchmarkGenerator. benchmarkInfosMethods in org.openjdk.jmh.generators.core that return types with arguments of type BenchmarkInfo Modifier and Type Method Description private java.util.Collection<BenchmarkInfo>BenchmarkGenerator. makeBenchmarkInfo(ClassInfo clazz, java.util.Collection<MethodInfo> methods)Generate BenchmarkInfo for given class.Methods in org.openjdk.jmh.generators.core with parameters of type BenchmarkInfo Modifier and Type Method Description private voidBenchmarkGenerator. generateClass(GeneratorDestination destination, ClassInfo classInfo, BenchmarkInfo info)Create and generate Java code for a class and it's methodsprivate voidBenchmarkGenerator. validateBenchmarkInfo(BenchmarkInfo info)validate benchmark info
-