Class PolyReport
- java.lang.Object
-
- de.tilman_neumann.jml.factor.siqs.poly.PolyReport
-
public class PolyReport extends Object
Reports about a polynomial generator.- Author:
- Tilman Neumann
-
-
Constructor Summary
Constructors Constructor Description PolyReport(int aParamCount, int bParamCount, long aDuration, long firstBDuration, long filterPBDuration, long firstXArrayDuration, long nextBDuration, long nextXArrayDuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(PolyReport other)
Add two reports.String
getOperationDetails()
String
getPhaseTimings(int numberOfThreads)
long
getTotalDuration(int numberOfThreads)
-
-
-
Method Detail
-
add
public void add(PolyReport 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)
-
-