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 void
add(TDivReport other)
Add two reports.String
getOperationDetails()
String
getPhaseTimings(int numberOfThreads)
String
getQRestSizes()
long
getTotalDuration(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()
-
-