org.scalameter

reporting

package reporting

Visibility
  1. Public
  2. All

Type Members

  1. case class ChartReporter(drawer: ChartFactory, fileNamePrefix: String = "", wdt: Int = 1600, hgt: Int = 1200) extends Reporter with Product with Serializable

  2. case class DsvReporter(delimiter: Char) extends Reporter with Product with Serializable

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

  3. case class HtmlReporter(renderers: Renderer*) extends Reporter with Product with Serializable

  4. case class LoggingReporter() extends Reporter with Product with Serializable

  5. case class RegressionReporter(test: Tester, historian: Historian) extends Reporter with Product with Serializable

Value Members

  1. object ChartReporter extends Serializable

  2. object DsvReporter extends Serializable

  3. object HtmlReporter extends Serializable

  4. object LoggingReporter extends Serializable

  5. object RegressionReporter extends Serializable

Ungrouped