Package com.atlassian.bamboo.filter
Class PerformanceStatistics.Stats
java.lang.Object
com.atlassian.bamboo.filter.PerformanceStatistics.Stats
- Enclosing class:
- PerformanceStatistics
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
long
getCount()
long
with97percentile
(@Nullable Integer integer)
-
Constructor Details
-
Stats
public Stats(long totalTime, long count)
-
-
Method Details
-
getTotalTime
public long getTotalTime() -
getPercentile97th
-
getAvgTime
public long getAvgTime() -
getCount
public long getCount() -
with97percentile
-