Package | Description |
---|---|
org.openjdk.jmh.results | |
org.openjdk.jmh.runner | |
org.openjdk.jmh.runner.link |
Modifier and Type | Field and Description |
---|---|
private BenchmarkResultMetaData |
BenchmarkResult.metadata |
Modifier and Type | Method and Description |
---|---|
BenchmarkResultMetaData |
BenchmarkResult.getMetadata() |
Constructor and Description |
---|
BenchmarkResult(BenchmarkParams params,
java.util.Collection<IterationResult> data,
BenchmarkResultMetaData md) |
Modifier and Type | Method and Description |
---|---|
void |
IterationResultAcceptor.acceptMeta(BenchmarkResultMetaData md) |
Modifier and Type | Field and Description |
---|---|
private BenchmarkResultMetaData |
ResultMetadataFrame.md |
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.atomic.AtomicReference<BenchmarkResultMetaData> |
BinaryLinkServer.metadata |
Modifier and Type | Method and Description |
---|---|
BenchmarkResultMetaData |
ResultMetadataFrame.getMD() |
BenchmarkResultMetaData |
BinaryLinkServer.getMetadata() |
Modifier and Type | Method and Description |
---|---|
void |
BinaryLinkClient.pushResultMetadata(BenchmarkResultMetaData res) |
Constructor and Description |
---|
ResultMetadataFrame(BenchmarkResultMetaData md) |