Uses of Interface
org.openjdk.jmh.generators.core.GeneratorSource
-
Packages that use GeneratorSource Package Description org.openjdk.jmh.generators.core -
-
Uses of GeneratorSource in org.openjdk.jmh.generators.core
Methods in org.openjdk.jmh.generators.core with parameters of type GeneratorSource Modifier and Type Method Description voidBenchmarkGenerator. complete(GeneratorSource source, GeneratorDestination destination)Finish generating the benchmarks.voidBenchmarkGenerator. generate(GeneratorSource source, GeneratorDestination destination)Execute the next phase of benchmark generation.
-