abstract class Benchmarks extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- Benchmarks
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Benchmarks(dir: String, inputs: Iterable[MachineConfig], classify: (MachineConfig) ⇒ String)
Type Members
- case class AddWork(items: Iterable[MachineConfig]) extends Product with Serializable
- case class Computation(config: MachineConfig) extends Product with Serializable
- class Dispatcher extends Actor
- case class MachineOutput(time: Double, states: Int, timedOut: Boolean) extends Product with Serializable
- case class Result(in: MachineConfig, out: MachineOutput) extends Product with Serializable
- case class Results(results: Map[String, Map[String, MachineOutput]], seen: Set[String]) extends Product with Serializable
- case class SendWork(actor: ActorRef) extends Product with Serializable
- class Worker extends Actor
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from Benchmarks to any2stringadd[Benchmarks] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (Benchmarks, B)
- Implicit
- This member is added by an implicit conversion from Benchmarks to ArrowAssoc[Benchmarks] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
-
def
ensuring(cond: (Benchmarks) ⇒ Boolean, msg: ⇒ Any): Benchmarks
- Implicit
- This member is added by an implicit conversion from Benchmarks to Ensuring[Benchmarks] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (Benchmarks) ⇒ Boolean): Benchmarks
- Implicit
- This member is added by an implicit conversion from Benchmarks to Ensuring[Benchmarks] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): Benchmarks
- Implicit
- This member is added by an implicit conversion from Benchmarks to Ensuring[Benchmarks] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): Benchmarks
- Implicit
- This member is added by an implicit conversion from Benchmarks to Ensuring[Benchmarks] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val fileout: FileOutputStream
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from Benchmarks to StringFormat[Benchmarks] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val logging: OutputStream
- def main(args: Array[String]): Unit
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val now: Date
- def run(nworkers: Int, timeout: Option[Long]): Unit
- val stdout: PrintStream
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val system: ActorSystem
- def terminate(system: ActorSystem): AnyRef
- val timeformat: SimpleDateFormat
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
→[B](y: B): (Benchmarks, B)
- Implicit
- This member is added by an implicit conversion from Benchmarks to ArrowAssoc[Benchmarks] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- object Results extends Serializable