org.scalameter.utils

Type members

Classlikes

class ClassPath extends Serializable
Companion
object
object ClassPath
Companion
class
object IO
final class SlidingWindow(_cap: Int)
object Statistics

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.

Value members

Concrete methods

def withGCNotification[T](eventhandler: Notification => Any)(body: => T): T