public class ThroughputPerformanceStatistics extends PerformanceStatistics<Double>
| Constructor and Description |
|---|
ThroughputPerformanceStatistics(IndexedCollectionStatistics collectionStatistics,
long totalInvocations,
Duration elapsedTotal) |
| Modifier and Type | Method and Description |
|---|---|
Double |
getAverage() |
Double |
getMax() |
Double |
getMedian() |
Double |
getMin() |
Double |
getPercentile(double limit) |
Double |
getStandardDeviation() |
getElapsedTotal, getTotalInvocationspublic ThroughputPerformanceStatistics(IndexedCollectionStatistics collectionStatistics, long totalInvocations, Duration elapsedTotal)
public Double getAverage()
getAverage in class PerformanceStatistics<Double>public Double getMedian()
getMedian in class PerformanceStatistics<Double>public Double getPercentile(double limit)
getPercentile in class PerformanceStatistics<Double>public Double getMin()
getMin in class PerformanceStatistics<Double>public Double getMax()
getMax in class PerformanceStatistics<Double>public Double getStandardDeviation()
getStandardDeviation in class PerformanceStatistics<Double>Copyright © 2019. All rights reserved.