Class ParWorker

    • Constructor Detail

      • ParWorker

        public ParWorker()
      • ParWorker

        public ParWorker​(long ID,
                         ParForBody body,
                         boolean monitor)
    • Method Detail

      • getExecutedTasks

        public long getExecutedTasks()
        Returns a summary statistic of executed tasks and hence should only be called after execution.
        Returns:
        number of executed tasks
      • getExecutedIterations

        public long getExecutedIterations()
        Returns a summary statistic of executed iterations and hence should only be called after execution.
        Returns:
        number of executed iterations