org.scalameter

reporting

package reporting

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. reporting
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class DsvReporter[T](delimiter: Char)(implicit evidence$1: Numeric[T]) extends Reporter[T] with Product with Serializable

    Produces a DSV file with results that can be used by other visualization tools.

  2. case class HtmlReporter[T](embedDsv: Boolean = true)(implicit evidence$1: Numeric[T]) extends Reporter[T] with Product with Serializable

  3. case class LoggingReporter[T]() extends Reporter[T] with Product with Serializable

    Simply logs the measurement data to the standard output.

  4. case class MongoDbReporter[T]()(implicit evidence$1: Numeric[T]) extends Reporter[T] with Product with Serializable

    Logs numeric results as MongoDB documents.

  5. case class RegressionReporter[T](test: Tester, historian: Historian)(implicit evidence$1: Numeric[T]) extends Reporter[T] with Product with Serializable

  6. case class ValidationReporter[T]() extends Reporter[T] with Product with Serializable

    Validates every measurement using the reports.validation.predicate key.

    Validates every measurement using the reports.validation.predicate key.

    This key stores the predicate function that does the validation.

Value Members

  1. object DsvReporter extends Serializable

  2. object HtmlReporter extends Serializable

  3. object RegressionReporter extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped