Uses of Class
org.openjdk.jmh.generators.core.BenchmarkInfo
Packages that use BenchmarkInfo
-
Uses of BenchmarkInfo in org.openjdk.jmh.generators.core
Fields in org.openjdk.jmh.generators.core with type parameters of type BenchmarkInfoModifier and TypeFieldDescriptionprivate final Set<BenchmarkInfo> BenchmarkGenerator.benchmarkInfosMethods in org.openjdk.jmh.generators.core that return types with arguments of type BenchmarkInfoModifier and TypeMethodDescriptionprivate Collection<BenchmarkInfo> BenchmarkGenerator.makeBenchmarkInfo(ClassInfo clazz, Collection<MethodInfo> methods) Generate BenchmarkInfo for given class.Methods in org.openjdk.jmh.generators.core with parameters of type BenchmarkInfoModifier and TypeMethodDescriptionprivate 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