Package

org.scalameter

reporting

Permalink

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
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

    Permalink

    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

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

    Permalink

    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

    Permalink

    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

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

    Permalink

    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

    Permalink
  2. object HtmlReporter extends Serializable

    Permalink
  3. object RegressionReporter extends Serializable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped