abstract class Local[U] extends JBench[U]
Ordering
- Alphabetic
- By Inheritance
Inherited
- Local
- JBench
- Serializable
- BasePerformanceTest
- AbstractPerformanceTest
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Local()(implicit arg0: Numeric[U], arg1: Pickler[U])
Type Members
- case class Scope(name: String, context: Context) extends Product with Serializable
- Attributes
- protected
- Definition Classes
- BasePerformanceTest
- case class Using[T](benchmark: Setup[T]) extends Product with Serializable
- Attributes
- protected
- Definition Classes
- BasePerformanceTest
- abstract type SameType
- Definition Classes
- BasePerformanceTest
Abstract Value Members
- abstract def aggregator: Aggregator[U]
- abstract def measurer: Measurer[U]
- Definition Classes
- BasePerformanceTest
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def attach(bench: JBench[U]): Buffer[JBench[U]]
Attaches all the benchmarks from the specified benchmark class to this benchmark.
Attaches all the benchmarks from the specified benchmark class to this benchmark.
- Definition Classes
- JBench
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def defaultConfig: Context
- Definition Classes
- BasePerformanceTest
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def executeTests(): Boolean
Runs all the tests in this test class or singleton object.
Runs all the tests in this test class or singleton object.
- Definition Classes
- BasePerformanceTest → AbstractPerformanceTest
- def executor: Executor[U]
The optional executor assigned to a particular body of DSL code.
The optional executor assigned to a particular body of DSL code.
- Definition Classes
- Local → BasePerformanceTest
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def historian: Historian
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isModule: Boolean
- Definition Classes
- BasePerformanceTest
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def persistor: Persistor
- Definition Classes
- Local → BasePerformanceTest
- final def rebuildSetupZipper(): Unit
Allows rebuilding of setup zipper after test initialization.
Allows rebuilding of setup zipper after test initialization.
Default implementation is empty.
- Definition Classes
- JBench → BasePerformanceTest
- def reporter: Reporter[U]
- Definition Classes
- Local → BasePerformanceTest
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def tester: Tester
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def warmer: Warmer