Packages

t

be.opimedia.scala_par_am.AbstractMachine

AbstractMachineStatsEnabledTrait

trait AbstractMachineStatsEnabledTrait extends AbstractMachineStats

Attributes
protected
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AbstractMachineStatsEnabledTrait
  2. AbstractMachineStats
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val alreadyVisitedNb: Int
  2. def incAlreadyVisitedNb(): Unit
  3. def incLoopIterNb(): Unit
  4. val loopIterNb: Int
  5. val newStateMaxNb: Int
  6. val newStateNbs: Map[Int, Int]
  7. def newStates(nb: ⇒ Int): Unit
  8. def pickStates(nb: ⇒ Int): Unit
  9. def println(): Unit
  10. def toString(escaped: ⇒ Boolean): String
  11. def toString(): String
    Definition Classes
    AbstractMachineStatsEnabledTrait → AnyRef → Any
  12. def toTsv: String
  13. val workListMaxSize: Int
  14. val workListReverseSizes: List[Int]

    Sizes of the worklist on each pick operation, in the reverse order.

  15. val workListSize: Int
  16. val workListSumSize: Int