Uses of Interface
org.openjdk.jmh.generators.core.GeneratorDestination
Packages that use GeneratorDestination
-
Uses of GeneratorDestination in org.openjdk.jmh.generators.annotations
Classes in org.openjdk.jmh.generators.annotations that implement GeneratorDestination -
Uses of GeneratorDestination in org.openjdk.jmh.generators.core
Classes in org.openjdk.jmh.generators.core that implement GeneratorDestinationMethods in org.openjdk.jmh.generators.core with parameters of type GeneratorDestinationModifier and TypeMethodDescriptionvoidBenchmarkGenerator.complete(GeneratorSource source, GeneratorDestination destination) Finish generating the benchmarks.voidCompilerControlPlugin.finish(GeneratorSource source, GeneratorDestination destination) voidBenchmarkGenerator.generate(GeneratorSource source, GeneratorDestination destination) Execute the next phase of benchmark generation.private voidBenchmarkGenerator.generateClass(GeneratorDestination destination, ClassInfo classInfo, BenchmarkInfo info) Create and generate Java code for a class and it's methodsvoidCompilerControlPlugin.process(GeneratorSource source, GeneratorDestination destination) voidStateObjectHandler.writeStateOverrides(BenchmarkGeneratorSession sess, GeneratorDestination dst)