org.scalameter.PerformanceTest

Initialization

trait Initialization extends DSL with DelayedInit

Linear Supertypes
DelayedInit, DSL, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Initialization
  2. DelayedInit
  3. DSL
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. abstract type SameType

  2. case class Scope(name: String, context: Context) extends Product with Serializable

    Attributes
    protected
    Definition Classes
    DSL
  3. case class Using[T](benchmark: Setup[T]) extends Product with Serializable

    Attributes
    protected
    Definition Classes
    DSL

Abstract Value Members

  1. abstract def executor: Executor

  2. abstract def persistor: Persistor

  3. abstract def reporter: Reporter

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  8. def delayedInit(body: ⇒ Unit): Unit

    Definition Classes
    Initialization → DelayedInit
  9. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  11. def executeTests(): Boolean

    Runs all the tests in this test class or singleton object.

    Runs all the tests in this test class or singleton object.

    Definition Classes
    InitializationDSL
  12. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  13. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  15. def include[T <: Initialization](implicit arg0: Manifest[T]): Any

    Definition Classes
    DSL
  16. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  17. def isModule: Boolean

    Definition Classes
    DSL
  18. object measure

    Definition Classes
    DSL
  19. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  22. object performance

    Definition Classes
    DSL
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  24. def toString(): String

    Definition Classes
    AnyRef → Any
  25. def using[T](gen: Gen[T]): Using[T]

    Definition Classes
    DSL
  26. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  27. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  28. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from DelayedInit

Inherited from DSL

Inherited from AnyRef

Inherited from Any

Ungrouped