PerformanceFixpointSolverTracer

A tracer which keeps track of performance measures.

Source:
FixpointSolverTracer.scala
class Object
trait Matchable
class Any

Value members

Concrete methods

override def evaluated(rho: U => V, u: U, newval: V): Unit

Increments the number of performed evaluations returned by the evaluations method.

Increments the number of performed evaluations returned by the evaluations method.

Definition Classes
Source:
FixpointSolverTracer.scala

Number of evaluations of body performed so far.

Number of evaluations of body performed so far.

Source:
FixpointSolverTracer.scala

Inherited methods

override def ascendingBegins(rho: U => V): Unit

It does nothing.

override def completed(rho: U => V): Unit

It does nothing.

override def descendingBegins(rho: U => V): Unit

It does nothing.

override def initialized(rho: U => V): Unit

It does nothing.