public static class PerformanceStatistics.Stats extends Object
| Constructor and Description |
|---|
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 long getTotalTime()
public Integer getPercentile97th()
public long getAvgTime()
public long getCount()
public PerformanceStatistics.Stats with97percentile(@Nullable Integer integer)
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.