object OpCounters
Object to implement different kinds of performance counters. Such counters are handled in a thread-local way.
- Alphabetic
- By Inheritance
- OpCounters
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- abstract class Counter extends AnyRef
The extensive collection of counters to be considered.
- class CounterState extends AnyRef
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(c: Counter): Long
Retrieve the current value of the given counter.
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- def disable: Unit
Stop counting.
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def inc(c: Counter): Unit
Increment the given counter by one.
- def init: Unit
Start counting, reset all counters to zero.
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def printCounters: Unit
Pretty-print the current counter values.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withLocalCounters[A](comp: => A): A
Run the given code with a local set of counters, and afterwards restore the old counter values.
- case object Backtrackings1 extends Counter with Product with Serializable
Number of backtrackings in the ModelSearchProver.
- case object Backtrackings2 extends Counter with Product with Serializable
Number of backtrackings in the ExhaustiveProver.
- case object Backtrackings3 extends Counter with Product with Serializable
Number of backtrackings in the QuantifierElimProver.
- case object Milliseconds extends Counter with Product with Serializable
Milliseconds since the last reset.
- case object Reductions extends Counter with Product with Serializable
Number of reduction operations in ReduceWithConjunction.
- case object Splits1 extends Counter with Product with Serializable
Number of times a splitting rule was applied in ModelSearchProver.
- case object Splits2 extends Counter with Product with Serializable
Number of times a splitting rule was applied in ExhaustiveProver.
- case object Splits3 extends Counter with Product with Serializable
Number of times a splitting rule was applied in QuantifierElimProver.
- case object TaskApplications extends Counter with Product with Serializable
Total number of task applications.
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)