object Timer
- Source
- timer.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Timer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class TimerResult[R](result: R, time: Time) extends Product with Serializable
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[R](label: String, printLabelOnStart: Boolean)(block: => R): R
- def apply[R](label: String)(block: => R): R
- def apply[R](block: => R): R
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def bound[R](block: => R): Bound[Time]
- def bound[R](n: Int)(block: => R): Bound[Time]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- 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
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def pair[R](block: => R): (R, Time)
- def result[R](block: => R): TimerResult[R]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def time[R](label: String, padLabelBy: Int)(block: => R): Time
- def time[R](label: String)(block: => R): Time
- def time[R](block: => R): Time
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()
- def withHeader[R](label: String)(block: => R): R
- object TimerResult extends Serializable