Class SieveReport


  • public class SieveReport
    extends Object
    • Constructor Detail

      • SieveReport

        public SieveReport​(long initDuration,
                           long sieveDuration,
                           long collectDuration)
    • Method Detail

      • add

        public void add​(SieveReport other)
        Add two reports.
        Parameters:
        other - another report added to this
      • getTotalDuration

        public long getTotalDuration​(int numberOfThreads)
      • getPhaseTimings

        public String getPhaseTimings​(int numberOfThreads)