Packages

class StackableTimer extends SubTimer with Ordered[StackableTimer]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StackableTimer
  2. Ordered
  3. Comparable
  4. SubTimer
  5. SubQuantity
  6. Timer
  7. Quantity
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new StackableTimer(prefix: String, underlying: Timer)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def <(that: StackableTimer): Boolean
    Definition Classes
    Ordered
  4. def <=(that: StackableTimer): Boolean
    Definition Classes
    Ordered
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def >(that: StackableTimer): Boolean
    Definition Classes
    Ordered
  7. def >=(that: StackableTimer): Boolean
    Definition Classes
    Ordered
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. val children: ListBuffer[Quantity]
    Definition Classes
    Quantity
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  11. def compare(that: StackableTimer): Int
    Definition Classes
    StackableTimer → Ordered
  12. def compareTo(that: StackableTimer): Int
    Definition Classes
    Ordered → Comparable
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(that: Any): Boolean
    Definition Classes
    StackableTimer → AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    StackableTimer → AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def line: String
    Definition Classes
    Quantity
  20. def nanos: Long
    Definition Classes
    Timer
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. val phases: Seq[String]
    Definition Classes
    TimerQuantity
  25. val prefix: String
    Definition Classes
    TimerQuantity
  26. def show(ns: Long): String
    Attributes
    protected
    Definition Classes
    SubTimerTimer
  27. def showAt(phase: String): Boolean
    Definition Classes
    Quantity
  28. var specificNanos: Long
  29. def start(): TimerSnapshot
    Definition Classes
    Timer
  30. def stop(prev: TimerSnapshot): Unit
    Definition Classes
    Timer
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    StackableTimerTimer → AnyRef → Any
  33. val underlying: Timer
    Definition Classes
    SubTimerSubQuantityQuantity
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from math.Ordered[StackableTimer]

Inherited from Comparable[StackableTimer]

Inherited from SubTimer

Inherited from SubQuantity

Inherited from Timer

Inherited from Quantity

Inherited from AnyRef

Inherited from Any

Ungrouped