Package com.atlassian.bamboo.filter
Class PerformanceStatistics.Stats
- java.lang.Object
-
- com.atlassian.bamboo.filter.PerformanceStatistics.Stats
-
- Enclosing class:
- PerformanceStatistics
public static class PerformanceStatistics.Stats extends Object
-
-
Constructor Summary
Constructors Constructor Description Stats(long totalTime, long count)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getAvgTime()
long
getCount()
Integer
getPercentile97th()
long
getTotalTime()
PerformanceStatistics.Stats
with97percentile(@Nullable Integer integer)
-
-
-
Method Detail
-
getTotalTime
public long getTotalTime()
-
getPercentile97th
public Integer getPercentile97th()
-
getAvgTime
public long getAvgTime()
-
getCount
public long getCount()
-
with97percentile
public PerformanceStatistics.Stats with97percentile(@Nullable @Nullable Integer integer)
-
-