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

Counts autoboxed by a Scala compiler values.

primitives

primitive types whose autoboxing will be counted.

Linear Supertypes
Product, Equals, InvocationCount, Measurer[Map[String, Long]], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BoxingCount
  2. Product
  3. Equals
  4. InvocationCount
  5. Measurer
  6. Serializable
  7. Serializable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BoxingCount(primitives: Class[_ >: Primitive]*)

    primitives

    primitive types whose autoboxing will be counted.

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def afterExecution(context: Context): Unit

    Removes instrumented jar from filesystem.

    Removes instrumented jar from filesystem.

    context

    org.scalameter.Context that should be a result of the prepareContext

    Definition Classes
    InvocationCountMeasurer
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def beforeExecution(context: Context): Unit

    Creates a jar with instrumented classes under the location pointed by Key.exec.measurers.instrumentedJarPath, and saves the internal method lookup table under the Key.exec.measurers.methodInvocationLookupTable.

    Creates a jar with instrumented classes under the location pointed by Key.exec.measurers.instrumentedJarPath, and saves the internal method lookup table under the Key.exec.measurers.methodInvocationLookupTable.

    context

    org.scalameter.Context that should be a result of the prepareContext

    Definition Classes
    InvocationCountMeasurer
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate() @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. def map[U](f: (Quantity[Map[String, Long]]) ⇒ Quantity[U]): Measurer[U]
    Definition Classes
    Measurer
  12. val matcher: InvocationCountMatcher
    Definition Classes
    BoxingCountInvocationCount
  13. def measure[T](context: Context, measurements: Int, setup: (T) ⇒ Any, tear: (T) ⇒ Any, regen: () ⇒ T, snippet: (T) ⇒ Any): Seq[Quantity[Map[String, Long]]]
    Definition Classes
    InvocationCountMeasurer
  14. def name: String
    Definition Classes
    BoxingCountMeasurer
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  18. def prepareContext(context: Context): Context

    Creates the Key.exec.measurers.instrumentedJarPath with an abstract temporary file, the Key.exec.measurers.methodInvocationLookupTable with an empty scala.collection.mutable.AbstractBuffer, and the Key.finalClasspath with a classpath that consists of an instrumented jar and the Key.classpath.

    Creates the Key.exec.measurers.instrumentedJarPath with an abstract temporary file, the Key.exec.measurers.methodInvocationLookupTable with an empty scala.collection.mutable.AbstractBuffer, and the Key.finalClasspath with a classpath that consists of an instrumented jar and the Key.classpath.

    context

    org.scalameter.Context that should the setup tree context

    Definition Classes
    InvocationCountMeasurer
  19. val primitives: Class[_ >: Primitive]*
  20. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  21. def usesInstrumentedClasspath: Boolean

    Indicates if a measurer uses instrumented classpath - if true measurer must be run using an executor that spawns separate JVMs.

    Indicates if a measurer uses instrumented classpath - if true measurer must be run using an executor that spawns separate JVMs.

    Definition Classes
    InvocationCountMeasurer
  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
    @native() @throws( ... )
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

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

    (Since version ) see corresponding Javadoc for more information.

Inherited from Product

Inherited from Equals

Inherited from InvocationCount

Inherited from Measurer[Map[String, Long]]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped