| Modifier and Type | Class and Description |
|---|---|
class |
AverageBenchmarkResults |
class |
JsonAvgBenchmarkResultWriter |
class |
JsonBenchmarkResultWriter |
class |
OdsBenchmarkResultWriter |
class |
SimpleLineBenchmarkResultWriter |
| Modifier and Type | Method and Description |
|---|---|
BenchmarkResultHook |
SimpleLineBenchmarkResultWriter.addResults(Map<String,Long> results) |
BenchmarkResultHook |
OdsBenchmarkResultWriter.addResults(Map<String,Long> results) |
BenchmarkResultHook |
JsonBenchmarkResultWriter.addResults(Map<String,Long> results) |
BenchmarkResultHook |
JsonAvgBenchmarkResultWriter.addResults(Map<String,Long> results) |
BenchmarkResultHook |
BenchmarkResultHook.addResults(Map<String,Long> results) |
BenchmarkResultHook |
AverageBenchmarkResults.addResults(Map<String,Long> results) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractBenchmark.runBenchmark(BenchmarkResultHook benchmarkResultHook) |
Copyright © 2012–2021. All rights reserved.