org.scalameter

Measurer

object Measurer extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Measurer
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait AbsoluteNoise extends Noise

    A mixin measurer which adds an absolute amount of Gaussian noise to the measurement.

  2. abstract class BaseMemoryFootprint extends Measurer[Double]

  3. case class BoxingCount(primitives: Class[_ >: Primitive]*) extends InvocationCount with Product with Serializable

    Counts autoboxed by a Scala compiler values.

  4. class Default extends Timer with IterationBasedValue

    A default measurer executes the test as many times as specified and returns the sequence of measured times.

  5. class GarbageCollectionCycles extends Measurer[Int]

  6. class IgnoringGC extends Timer with IterationBasedValue

    A measurer that discards measurements during which it detects GC cycles.

  7. trait IterationBasedValue extends AnyRef

    Mixin for measurers whose benchmarked value is based on the current iteration.

  8. class MemoryFootprint extends BaseMemoryFootprint with OutlierElimination[Double]

    Measures the total memory footprint of an object created by the benchmarking snippet.

  9. case class MethodInvocationCount(matcher: InvocationCountMatcher) extends InvocationCount with Product with Serializable

    Counts invocations of arbitrary method(s) specified by org.scalameter.execution.invocation.InvocationCountMatcher.

  10. trait Noise extends Measurer[Double]

    A measurer which adds noise to the measurement.

  11. trait OutlierElimination[V] extends Measurer[V]

    A mixin measurer which detects outliers (due to an undetected GC or JIT) and requests additional measurements to replace them.

  12. trait PeriodicReinstantiation[V] extends Measurer[V] with IterationBasedValue

    A mixin measurer which causes the value for the benchmark to be reinstantiated every Key.exec.reinstantiation.frequency measurements.

  13. type Primitive = Boolean with Char with Byte with Short with Int with Long with Float with Double

  14. trait RelativeNoise extends Noise

    A mixin measurer which adds an amount of Gaussian noise to the measurement relative to its mean.

  15. trait Timer extends Measurer[Double]

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. object BoxingCount extends Serializable

  7. object Default extends Serializable

  8. def None[V]: Measurer[V]

    Measurer that measures nothing.

  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  20. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  21. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped