Class PerformanceStatistics.Stats

java.lang.Object
com.atlassian.bamboo.filter.PerformanceStatistics.Stats
Enclosing class:
PerformanceStatistics

public static class PerformanceStatistics.Stats extends Object
  • Constructor Details

    • Stats

      public Stats(long totalTime, long count)
  • Method Details

    • 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)