mbench.benchmark

RuntimeStaticTestSeq

class RuntimeStaticTestSeq[S, C] extends TestSeq[S, C, Any]

The class of test sequences that take a setup created by a runtime configuration and the value of a static configuration as parameters.

S

The type of setup of a runtime configuration required by the first argument of the test.

C

The type of value of a static configuration required by the second argument of the test.

Source
TestSeq.scala
Linear Supertypes
TestSeq[S, C, Any], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. RuntimeStaticTestSeq
  2. TestSeq
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RuntimeStaticTestSeq(name: String, f: (S, C) ⇒ mbench.benchmark.SeqSpec[_])

    name

    the name of the test.

    f

    a function that creates a sequence specification to benchmark.

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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  8. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

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

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

    Definition Classes
    AnyRef → Any
  13. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  14. val name: String

    the name of the test.

    the name of the test.

    Definition Classes
    RuntimeStaticTestSeqTestSeq
  15. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  18. def run(setup: S, value: C, i: Any): mbench.benchmark.SeqSpec[_]

    The generic test function.

    The generic test function.

    setup

    a setup created by a runtime configuration.

    value

    a value carried by a static configuration.

    i

    the input of the benchmark.

    returns

    a sequence specification

    Definition Classes
    RuntimeStaticTestSeqTestSeq
  19. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  20. def toString(): String

    Definition Classes
    AnyRef → Any
  21. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from TestSeq[S, C, Any]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any