p

xsbt

package xsbt

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class BenchmarkBase extends AnyRef
    Annotations
    @State()
  2. case class BenchmarkProject (repo: String, hash: String, subprojects: Seq[String], useJavaCp: Boolean = true) extends Product with Serializable

    Represent a project on which to run benchmarks.

  3. class ColdScalacBenchmark extends ScalacBenchmark
    Annotations
    @State() @BenchmarkMode() @OutputTimeUnit() @Fork()
  4. class HotScalacBenchmark extends ScalacBenchmark
    Annotations
    @State() @BenchmarkMode() @OutputTimeUnit() @Warmup() @Measurement() @Fork()
  5. case class ProjectSetup (subproject: String, at: File, compilationInfo: CompilationInfo, runGenerator: Generator) extends Product with Serializable

    Represent the setup for a concrete subproject of a BenchmarkProject.

  6. class ScalacBenchmark extends BenchmarkBase
  7. class WarmScalacBenchmark extends ScalacBenchmark
    Annotations
    @State() @BenchmarkMode() @OutputTimeUnit() @Warmup() @Measurement() @Fork()
  8. case class ZincSetup (result: Result[List[ProjectSetup]]) extends Product with Serializable

    Consist of the setups for every subproject of a ProjectBenchmark.

Ungrouped