mbench.benchmark

Label

object Label extends Serializable

Source
Label.scala
Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Label
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
Visibility
  1. Public
  2. All

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. def apply[T <: AnyVal](name: String, unit: String = "")(implicit arg0: ClassTag[T]): Label[T]

    Create a new label.

    Create a new label.

    name

    the name of the label.

    unit

    the unit of the label/

    returns

    a new label

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  9. val cvar: Label[Double]

    Coefficient of variation label

  10. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  13. def format(value: Any): String

    Format a primitive value to a string

    Format a primitive value to a string

    value

    the primitive value to format.

    returns

    a string

  14. final def getClass(): java.lang.Class[_]

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

    Definition Classes
    AnyRef → Any
  16. def indexOf(label: mbench.benchmark.Label[_], labels: Vector[mbench.benchmark.Label[_]]): Int

    Find the index of a label in a vector of label.

    Find the index of a label in a vector of label.

    labels

    a vector of labels.

    returns

    the index of the label in the vector of labels

  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. def labelOf(name: String, labels: Vector[mbench.benchmark.Label[_]]): mbench.benchmark.Label[_]

    Find the label identified by its name in a vector of labels.

    Find the label identified by its name in a vector of labels.

    name

    the name of the label.

    labels

    a vector of labels.

    returns

    the label with the same name (case insensitive)

  19. def locate[A](label: mbench.benchmark.Label[_], labels: Vector[mbench.benchmark.Label[_]], values: Vector[Any]): A

    Locate a label inside a vector of label and return its value from a corresponding vector of values.

  20. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  23. def readResolve(): AnyRef

    Attributes
    protected
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  25. val time: Label[Double]

    Time label

  26. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any