Packages

abstract class AbstractMachineStats extends AnyRef

Additional classes (implementation(s) must be thread safe) to collect some statistic information about the evaluation of the expression.

Designed to minimized the cost and do nothing by default to not the disturb the "normal" performance of the machine.

Attributes
protected
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AbstractMachineStats
  2. AnyRef
  3. 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

Instance Constructors

  1. new AbstractMachineStats()

Abstract Value Members

  1. abstract def incAlreadyVisitedNb(): Unit
  2. abstract def incLoopIterNb(): Unit
  3. abstract def newStates(nb: ⇒ Int): Unit
  4. abstract def pickStates(nb: ⇒ Int): Unit
  5. abstract def println(): Unit
  6. abstract def toString(escaped: ⇒ Boolean): String
  7. abstract def toTsv: String