Class TDivReport
java.lang.Object
de.tilman_neumann.jml.factor.siqs.tdiv.TDivReport
public class TDivReport
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description TDivReport(long testCount, long sufficientSmoothCount, long aqDuration, long pass1Duration, long pass2Duration, long primeTestDuration, long factorDuration)
-
Method Summary
Modifier and Type Method Description void
add(TDivReport other)
Add two reports.java.lang.String
getOperationDetails()
java.lang.String
getPhaseTimings(int numberOfThreads)
long
getTotalDuration(int numberOfThreads)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
TDivReport
public TDivReport(long testCount, long sufficientSmoothCount, long aqDuration, long pass1Duration, long pass2Duration, long primeTestDuration, long factorDuration)
-
-
Method Details
-
add
Add two reports.- Parameters:
other
- another report added to this
-
getOperationDetails
public java.lang.String getOperationDetails() -
getTotalDuration
public long getTotalDuration(int numberOfThreads) -
getPhaseTimings
public java.lang.String getPhaseTimings(int numberOfThreads)
-