Class TDivReport
- java.lang.Object
-
- de.tilman_neumann.jml.factor.siqs.tdiv.TDivReport
-
public class TDivReport extends Object
-
-
Constructor Summary
Constructors Constructor Description TDivReport(long testCount, long sufficientSmoothCount, long aqDuration, long pass1Duration, long pass2Duration, long primeTestDuration, long factorDuration, Multiset<Integer> qRestSizes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(TDivReport other)Add two reports.StringgetOperationDetails()StringgetPhaseTimings(int numberOfThreads)StringgetQRestSizes()longgetTotalDuration(int numberOfThreads)
-
-
-
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()
-
-