| Package | Description |
|---|---|
| com.ethlo.time | |
| com.ethlo.time.statistics |
| Modifier and Type | Method and Description |
|---|---|
PerformanceStatistics<Duration> |
TaskInfo.getDurationStatistics() |
PerformanceStatistics<Duration> |
RateLimitedTaskInfo.getDurationStatistics() |
PerformanceStatistics<Duration> |
TaskPerformanceStatistics.getDurationStatistics() |
PerformanceStatistics<Double> |
TaskInfo.getThroughputStatistics() |
PerformanceStatistics<Double> |
TaskPerformanceStatistics.getThroughputStatistics() |
| Constructor and Description |
|---|
TaskPerformanceStatistics(String name,
long sampleSize,
PerformanceStatistics<Duration> durationStatistics,
PerformanceStatistics<Double> throughputStatistics) |
TaskPerformanceStatistics(String name,
long sampleSize,
PerformanceStatistics<Duration> durationStatistics,
PerformanceStatistics<Double> throughputStatistics) |
| Modifier and Type | Class and Description |
|---|---|
class |
DurationPerformanceStatistics |
class |
ThroughputPerformanceStatistics |
Copyright © 2019. All rights reserved.