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 class
APGeneratorDestinaton
-
Uses of GeneratorDestination in org.openjdk.jmh.generators.core
Classes in org.openjdk.jmh.generators.core that implement GeneratorDestination Modifier and Type Class Description class
FileSystemDestination
Methods in org.openjdk.jmh.generators.core with parameters of type GeneratorDestination Modifier and Type Method Description void
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.private void
BenchmarkGenerator. generateClass(GeneratorDestination destination, ClassInfo classInfo, BenchmarkInfo info)
Create and generate Java code for a class and it's methodsvoid
CompilerControlPlugin. process(GeneratorSource source, GeneratorDestination destination)
void
StateObjectHandler. writeStateOverrides(BenchmarkGeneratorSession sess, GeneratorDestination dst)
-