|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbb.util.Benchmark.Measurement
protected static class Benchmark.Measurement
Records information about an execution time measurement.
Field Summary | |
---|---|
protected double |
executionTime
Execution time (in seconds). |
protected Benchmark.JvmState |
jvmState
Records Benchmark.JvmState just after the measurement ended. |
Constructor Summary | |
---|---|
protected |
Benchmark.Measurement(double executionTime,
Benchmark.JvmState jvmState)
Constructor. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected double executionTime
Contract: is never NaN or infinite and is >= 0.
protected Benchmark.JvmState jvmState
Benchmark.JvmState
just after the measurement ended.
Contract: is never null
.
Constructor Detail |
---|
protected Benchmark.Measurement(double executionTime, Benchmark.JvmState jvmState) throws IllegalArgumentException
executionTime
- in secondsjvmState
- Benchmark.JvmState
after measurement
IllegalArgumentException
- if executionTime is NaN, infinite, or < 0; jvmState == null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |