Class PolyReport


  • public class PolyReport
    extends Object
    Reports about a polynomial generator.
    Author:
    Tilman Neumann
    • Constructor Detail

      • PolyReport

        public PolyReport​(int aParamCount,
                          int bParamCount,
                          long aDuration,
                          long firstBDuration,
                          long filterPBDuration,
                          long firstXArrayDuration,
                          long nextBDuration,
                          long nextXArrayDuration)
    • 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)