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