Class SieveReport
- java.lang.Object
-
- de.tilman_neumann.jml.factor.siqs.sieve.SieveReport
-
public class SieveReport extends Object
-
-
Constructor Summary
Constructors Constructor Description SieveReport(long initDuration, long sieveDuration, long collectDuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(SieveReport other)
Add two reports.String
getPhaseTimings(int numberOfThreads)
long
getTotalDuration(int numberOfThreads)
-
-
-
Method Detail
-
add
public void add(SieveReport other)
Add two reports.- Parameters:
other
- another report added to this
-
getTotalDuration
public long getTotalDuration(int numberOfThreads)
-
getPhaseTimings
public String getPhaseTimings(int numberOfThreads)
-
-