class BenchmarkResult
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) double |
duration |
(package private) int |
iterations |
(package private) long |
numOps |
Constructor and Description |
---|
BenchmarkResult(long numOps,
double duration,
int iterations) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
printResult() |