Uses of Class
org.openjdk.jmh.results.ThroughputResult
Packages that use ThroughputResult
-
Uses of ThroughputResult in org.openjdk.jmh.results
Subclasses with type arguments of type ThroughputResult in org.openjdk.jmh.resultsModifier and TypeClassDescriptionclassResult class that counts the number of operations performed during a specified unit of time.Classes in org.openjdk.jmh.results that implement interfaces with type arguments of type ThroughputResultModifier and TypeClassDescription(package private) static classMethods in org.openjdk.jmh.results that return ThroughputResultModifier and TypeMethodDescriptionThroughputResult.ThroughputAggregator.aggregate(Collection<ThroughputResult> results) Methods in org.openjdk.jmh.results that return types with arguments of type ThroughputResultModifier and TypeMethodDescriptionprotected Aggregator<ThroughputResult> ThroughputResult.getIterationAggregator()protected Aggregator<ThroughputResult> ThroughputResult.getThreadAggregator()Method parameters in org.openjdk.jmh.results with type arguments of type ThroughputResultModifier and TypeMethodDescriptionThroughputResult.ThroughputAggregator.aggregate(Collection<ThroughputResult> results)