Class

xsbt

HotScalacBenchmark

Related Doc: package xsbt

Permalink

class HotScalacBenchmark extends ScalacBenchmark

Annotations
@State() @BenchmarkMode() @OutputTimeUnit() @Warmup() @Measurement() @Fork()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HotScalacBenchmark
  2. ScalacBenchmark
  3. BenchmarkBase
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new HotScalacBenchmark()

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. var _dir: File

    Permalink
    Definition Classes
    BenchmarkBase
  5. var _lock: AffinityLock

    Permalink
    Definition Classes
    BenchmarkBase
  6. var _message: String

    Permalink
    Definition Classes
    BenchmarkBase
  7. var _project: BenchmarkProject

    Permalink
    Definition Classes
    BenchmarkBase
  8. var _setup: ProjectSetup

    Permalink
    Definition Classes
    BenchmarkBase
  9. var _subprojectToRun: String

    Permalink
    Definition Classes
    BenchmarkBase
  10. var _subprojectsSetup: List[ProjectSetup]

    Permalink
    Definition Classes
    BenchmarkBase
  11. var _tempDir: String

    Permalink
    Definition Classes
    BenchmarkBase
  12. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def compile(): Unit

    Permalink
    Definition Classes
    HotScalacBenchmarkBenchmarkBase
    Annotations
    @Benchmark()
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. def setUpCompilerRuns(): Unit

    Permalink
    Definition Classes
    BenchmarkBase
    Annotations
    @Setup()
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. def tearDown(): Unit

    Permalink
    Definition Classes
    BenchmarkBase
    Annotations
    @TearDown()
  27. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ScalacBenchmark

Inherited from BenchmarkBase

Inherited from AnyRef

Inherited from Any

Ungrouped