MethodInvocationCount
Counts invocations of arbitrary method(s) specified by org.scalameter.execution.invocation.InvocationCountMatcher.
Counts invocations of arbitrary method(s) specified by org.scalameter.execution.invocation.InvocationCountMatcher.
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