Uses of Interface
org.openjdk.jmh.util.Multimap
Packages that use Multimap
Package
Description
-
Uses of Multimap in org.openjdk.jmh.generators.asm
Fields in org.openjdk.jmh.generators.asm declared as Multimap -
Uses of Multimap in org.openjdk.jmh.generators.core
Fields in org.openjdk.jmh.generators.core declared as MultimapModifier and TypeFieldDescriptionStateObjectHandler.auxNames
StateObjectHandler.benchmarkArgs
StateObject.helperArgs
private static final Multimap
<Class<? extends Annotation>, ElementType> BenchmarkGeneratorUtils.JMH_ANNOTATION_TARGETS
StateObject.params
private final Multimap
<String, StateObject> StateObjectHandler.roots
StateObjectHandler.specials
Methods in org.openjdk.jmh.generators.core that return MultimapModifier and TypeMethodDescriptionprivate Multimap
<ClassInfo, MethodInfo> BenchmarkGenerator.buildAnnotatedSet
(GeneratorSource source) Build a set of Classes which has annotated methods in them -
Uses of Multimap in org.openjdk.jmh.results
Fields in org.openjdk.jmh.results declared as MultimapModifier and TypeFieldDescriptionBenchmarkResult.benchmarkResults
IterationResult.EMPTY_MAP
IterationResult.secondaryResults
Methods in org.openjdk.jmh.results that return MultimapModifier and TypeMethodDescriptionBenchmarkResult.getBenchmarkResults()
IterationResult.getRawSecondaryResults()
-
Uses of Multimap in org.openjdk.jmh.runner
Methods in org.openjdk.jmh.runner that return MultimapModifier and TypeMethodDescriptionprotected Multimap
<BenchmarkParams, BenchmarkResult> BaseRunner.runBenchmarksEmbedded
(ActionPlan actionPlan) private Multimap
<BenchmarkParams, BenchmarkResult> Runner.runSeparate
(ActionPlan actionPlan) Methods in org.openjdk.jmh.runner with parameters of type MultimapModifier and TypeMethodDescriptionRunner.mergeRunResults
(Multimap<BenchmarkParams, BenchmarkResult> results) -
Uses of Multimap in org.openjdk.jmh.runner.options
Fields in org.openjdk.jmh.runner.options declared as Multimap -
Uses of Multimap in org.openjdk.jmh.util
Classes in org.openjdk.jmh.util that implement MultimapModifier and TypeClassDescriptionclass
DelegatingMultimap<K,
V> class
HashMultimap<K,
V> class
HashsetMultimap<K,
V> class
TreeMultimap<K,
V> Methods in org.openjdk.jmh.util with parameters of type Multimap