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 PGFPlotsReporter[T](scale: Double = 0.78, height: String = "5.0cm", xLabelShift: (String, String) = ("12", "-10"), yLabelShift: (String, String) = ("-8", "-12"), ybar: String = "0.1pt", barWidthPt: Int = 6, errorBars: Boolean = true, plotColors: Seq[String] = ..., referenceCurve: String = "default", legend: Boolean = true, cutoffs: Set[String] = Set())(implicit evidence$1: Fractional[T]) extends Reporter[T] with Product with Serializable

    Permalink

    Produces a pgfplots-based tex file that can be embedded into a Latex document.

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

    Permalink
  5. 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.

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

    Permalink

    Simply logs the measurement data to the standard output.

    Simply logs the measurement data to the standard output.

    Annotations
    @deprecated
    Deprecated

    (Since version 0.16) Please use RegressionReporter instead.

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