class
TimingModel extends Model[Long]
Instance Constructors
-
new
TimingModel()
Type Members
-
case class
Cell(ph: Phase, value: T) extends Product with Serializable
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
object
Format extends TableDef[Cell]
-
def
apply(ph: Phase): Long
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
formatted: String
-
final
def
getClass(): java.lang.Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
results: Array[Cell]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
table(): Table
-
def
toString(): String
-
var
total: Long
-
def
update(ph: Phase, value: Long): Unit
-
val
values: Array[Cell]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from Model[Long]
Inherited from AnyRef
Inherited from Any
A class for recording the elapsed time of each phase in the interests of generating a classy and informative table.