Uses of Interface
org.openjdk.jmh.generators.core.GeneratorSource
Packages that use GeneratorSource
Package
Description
-
Uses of GeneratorSource in org.openjdk.jmh.generators.annotations
Classes in org.openjdk.jmh.generators.annotations that implement GeneratorSource -
Uses of GeneratorSource in org.openjdk.jmh.generators.asm
Classes in org.openjdk.jmh.generators.asm that implement GeneratorSource -
Uses of GeneratorSource in org.openjdk.jmh.generators.core
Methods in org.openjdk.jmh.generators.core with parameters of type GeneratorSourceModifier and TypeMethodDescriptionprivate Multimap
<ClassInfo, MethodInfo> BenchmarkGenerator.buildAnnotatedSet
(GeneratorSource source) Build a set of Classes which has annotated methods in themvoid
BenchmarkGenerator.complete
(GeneratorSource source, GeneratorDestination destination) Finish generating the benchmarks.void
CompilerControlPlugin.finish
(GeneratorSource source, GeneratorDestination destination) void
BenchmarkGenerator.generate
(GeneratorSource source, GeneratorDestination destination) Execute the next phase of benchmark generation.static <T extends Annotation>
Collection<ClassInfo> BenchmarkGeneratorUtils.getClassesAnnotatedWith
(GeneratorSource source, Class<T> annClass) static <T extends Annotation>
Collection<FieldInfo> BenchmarkGeneratorUtils.getFieldsAnnotatedWith
(GeneratorSource source, Class<T> annClass) static <T extends Annotation>
Collection<MethodInfo> BenchmarkGeneratorUtils.getMethodsAnnotatedWith
(GeneratorSource source, Class<T> annClass) void
CompilerControlPlugin.process
(GeneratorSource source, GeneratorDestination destination) -
Uses of GeneratorSource in org.openjdk.jmh.generators.reflection
Classes in org.openjdk.jmh.generators.reflection that implement GeneratorSource