Package

org.scalameter.execution

invocation

Permalink

package invocation

Visibility
  1. Public
  2. All

Type Members

  1. case class InvocationCountMatcher(classMatcher: ClassMatcher, methodMatcher: MethodMatcher) extends Product with Serializable

    Permalink

    Object that matches the methods whose invocations should be counted.

    Object that matches the methods whose invocations should be counted.

    classMatcher

    matches full class name given in internal format ('/' instead of a '.' as a separator)

    methodMatcher

    matches a specific method

Value Members

  1. object InvocationCountMatcher extends Serializable

    Permalink
  2. package instrumentation

    Permalink

Ungrouped