Uses of Interface
org.openjdk.jmh.generators.core.GeneratorDestination
-
Packages that use GeneratorDestination Package Description org.openjdk.jmh.generators.annotations org.openjdk.jmh.generators.core -
-
Uses of GeneratorDestination in org.openjdk.jmh.generators.annotations
Classes in org.openjdk.jmh.generators.annotations that implement GeneratorDestination Modifier and Type Class Description classAPGeneratorDestinaton -
Uses of GeneratorDestination in org.openjdk.jmh.generators.core
Classes in org.openjdk.jmh.generators.core that implement GeneratorDestination Modifier and Type Class Description classFileSystemDestinationMethods in org.openjdk.jmh.generators.core with parameters of type GeneratorDestination Modifier and Type Method Description voidBenchmarkGenerator. 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)
-