Uses of Class
org.openjdk.jmh.results.BenchmarkResultMetaData
Packages that use BenchmarkResultMetaData
-
Uses of BenchmarkResultMetaData in org.openjdk.jmh.results
Fields in org.openjdk.jmh.results declared as BenchmarkResultMetaDataMethods in org.openjdk.jmh.results that return BenchmarkResultMetaDataConstructors in org.openjdk.jmh.results with parameters of type BenchmarkResultMetaDataModifierConstructorDescriptionBenchmarkResult
(BenchmarkParams params, Collection<IterationResult> data, BenchmarkResultMetaData md) -
Uses of BenchmarkResultMetaData in org.openjdk.jmh.runner
Methods in org.openjdk.jmh.runner with parameters of type BenchmarkResultMetaDataModifier and TypeMethodDescriptionvoid
IterationResultAcceptor.acceptMeta
(BenchmarkResultMetaData md) -
Uses of BenchmarkResultMetaData in org.openjdk.jmh.runner.link
Fields in org.openjdk.jmh.runner.link declared as BenchmarkResultMetaDataFields in org.openjdk.jmh.runner.link with type parameters of type BenchmarkResultMetaDataModifier and TypeFieldDescriptionprivate final AtomicReference
<BenchmarkResultMetaData> BinaryLinkServer.metadata
Methods in org.openjdk.jmh.runner.link that return BenchmarkResultMetaDataMethods in org.openjdk.jmh.runner.link with parameters of type BenchmarkResultMetaDataModifier and TypeMethodDescriptionvoid
BinaryLinkClient.pushResultMetadata
(BenchmarkResultMetaData res) Constructors in org.openjdk.jmh.runner.link with parameters of type BenchmarkResultMetaData