public static class PerformanceStatistics.Stats extends Object
| Constructor and Description |
|---|
PerformanceStatistics.Stats(long totalTime,
long count) |
| Modifier and Type | Method and Description |
|---|---|
long |
getAvgTime() |
long |
getCount() |
Integer |
getPercentile97th() |
long |
getTotalTime() |
PerformanceStatistics.Stats |
with97percentile(Integer integer) |
public PerformanceStatistics.Stats(long totalTime,
long count)
public long getTotalTime()
public Integer getPercentile97th()
public long getAvgTime()
public long getCount()
public PerformanceStatistics.Stats with97percentile(@Nullable Integer integer)
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.