class RandomGenerationBenchmark extends Benchmark
Benchmark that generates random numbers Created by maxhutch on 3/29/17.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RandomGenerationBenchmark
- Benchmark
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new RandomGenerationBenchmark()
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
- val N: Long
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getCount(): Long
Get the number of event counts represented by this benchmark
Get the number of event counts represented by this benchmark
- returns
number of events benchmarked
- Definition Classes
- RandomGenerationBenchmark → Benchmark
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def kernel(): Unit
Generate 2^23 random numbers using Scala.Random.nextDouble()
Generate 2^23 random numbers using Scala.Random.nextDouble()
- Definition Classes
- RandomGenerationBenchmark → Benchmark
- 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 run(): Double
Run the benchmark a couple times to get a solid reading
Run the benchmark a couple times to get a solid reading
- returns
the benchmark time (in seconds)
- Definition Classes
- Benchmark
- def setup(): Unit
Setup the benchmark, allocating test data for example
Setup the benchmark, allocating test data for example
- Definition Classes
- Benchmark
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def teardown(): Unit
Tear down the benchmark, freeing test data for example
Tear down the benchmark, freeing test data for example
- Definition Classes
- Benchmark
- 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()