Class ThroughputResult

java.lang.Object
org.openjdk.jmh.results.Result<ThroughputResult>
org.openjdk.jmh.results.ThroughputResult
All Implemented Interfaces:
Serializable

public class ThroughputResult extends Result<ThroughputResult>
Result class that counts the number of operations performed during a specified unit of time.
See Also: