Counts autoboxed by a Scala compiler values.
Counts autoboxed by a Scala compiler values.
- Value Params
- primitives
primitive types whose autoboxing will be counted.
- Companion
- object
Value members
Concrete methods
Inherited methods
Removes instrumented jar from filesystem.
Removes instrumented jar from filesystem.
- Value Params
- context
org.scalameter.Context that should be a result of the prepareContext
- Definition Classes
- Inherited from
- InvocationCount
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.
- Value Params
- context
org.scalameter.Context that should be a result of the prepareContext
- Definition Classes
- Inherited from
- InvocationCount
- Inherited from
- InvocationCount
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.
- Value Params
- context
org.scalameter.Context that should the setup tree context
- Definition Classes
- Inherited from
- InvocationCount