Packages

t

wvlet.log.io

TimeReport

trait TimeReport extends Ordered[TimeReport]

Summary of the execution times of the code blocks

Linear Supertypes
Ordered[TimeReport], Comparable[TimeReport], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TimeReport
  2. Ordered
  3. Comparable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val blockRepeat: Int
  2. abstract def body(): Unit
  3. abstract val name: String
  4. abstract val repeat: Int

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def <(that: TimeReport): Boolean
    Definition Classes
    Ordered
  4. def <=(that: TimeReport): Boolean
    Definition Classes
    Ordered
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def >(that: TimeReport): Boolean
    Definition Classes
    Ordered
  7. def >=(that: TimeReport): Boolean
    Definition Classes
    Ordered
  8. def apply(name: String): TimeReport
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def average: Double
  11. def averageWithoutMinMax: Double
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  13. def compare(that: TimeReport): Int
    Definition Classes
    TimeReport → Ordered
  14. def compareTo(that: TimeReport): Int
    Definition Classes
    Ordered → Comparable
  15. def containsBlock(name: String): Boolean
  16. def elapsedSeconds: Double
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  19. def executionCount: Int
  20. def genReportLine: String
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def getOrElseUpdate(name: String, t: ⇒ TimeReport): TimeReport
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def max: Double
  26. def measure: TimeReport
  27. def median: Double
  28. def min: Double
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. def report: String
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toHumanReadableFormat(time: Double): String
  35. def toString(): String
    Definition Classes
    TimeReport → AnyRef → Any
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Ordered[TimeReport]

Inherited from Comparable[TimeReport]

Inherited from AnyRef

Inherited from Any

Ungrouped