Class TDivReport


  • public class TDivReport
    extends Object
    • Constructor Detail

      • TDivReport

        public TDivReport​(long testCount,
                          long sufficientSmoothCount,
                          long aqDuration,
                          long pass1Duration,
                          long pass2Duration,
                          long primeTestDuration,
                          long factorDuration,
                          Multiset<Integer> qRestSizes)
    • Method Detail

      • add

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

        public String getOperationDetails()
      • getTotalDuration

        public long getTotalDuration​(int numberOfThreads)
      • getPhaseTimings

        public String getPhaseTimings​(int numberOfThreads)
      • getQRestSizes

        public String getQRestSizes()