Package

org.scalameter

utils

Permalink

package utils

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. utils
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class ClassPath extends Serializable

    Permalink
  2. final class SlidingWindow extends AnyRef

    Permalink

Value Members

  1. object ClassPath extends Serializable

    Permalink
  2. object IO

    Permalink
  3. object Statistics

    Permalink

    Standard statistics utilities.

    Standard statistics utilities.

    Note: significance level alpha is equal to 1 - confidenceLevel. If you want to be sure that 2 sets of measurements do not differ with 90 percent probability, then the significance level alpha should be set to 0.1. In this example, the confidence level is 0.9, and the significance level is 0.1.

  4. def withGCNotification[T](eventhandler: (Notification) ⇒ Any)(body: ⇒ T): T

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped