Class PerformanceStatistics.Stats

    • Constructor Detail

      • Stats

        public Stats​(long totalTime,
                     long count)
    • Method Detail

      • getTotalTime

        public long getTotalTime()
      • getPercentile97th

        public Integer getPercentile97th()
      • getAvgTime

        public long getAvgTime()
      • getCount

        public long getCount()