Class SieveReport
java.lang.Object
de.tilman_neumann.jml.factor.siqs.sieve.SieveReport
public class SieveReport
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description SieveReport(long sieveHitCount, long initDuration, long sieveDuration, long collectDuration)
-
Method Summary
Modifier and Type Method Description void
add(SieveReport 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
-
SieveReport
public SieveReport(long sieveHitCount, long initDuration, long sieveDuration, long collectDuration)
-
-
Method Details
-
add
Add two reports.- Parameters:
other
- another report added to this
-
getTotalDuration
public long getTotalDuration(int numberOfThreads) -
getOperationDetails
public java.lang.String getOperationDetails() -
getPhaseTimings
public java.lang.String getPhaseTimings(int numberOfThreads)
-