class UpdateTimeBenchmark extends BenchmarkState
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- UpdateTimeBenchmark
- BenchmarkState
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new UpdateTimeBenchmark()
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 clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- var entries: Array[(Int, String)]
- Attributes
- protected
- Definition Classes
- BenchmarkState
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def extraStringCount: Int
- Definition Classes
- UpdateTimeBenchmark → BenchmarkState
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- var interning: StringInterningView
- Attributes
- protected
- Definition Classes
- BenchmarkState
- var interningEnd: Int
- Attributes
- protected
- Definition Classes
- BenchmarkState
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- val perfTestTimeout: FiniteDuration
- Attributes
- protected
- Definition Classes
- BenchmarkState
- def run(): Unit
- Annotations
- @Benchmark() @BenchmarkMode() @Fork() @Warmup() @Measurement()
- def setupEntries(): Unit
- Definition Classes
- BenchmarkState
- Annotations
- @Setup()
- def setupIteration(): Unit
- Annotations
- @Setup()
- var stringCount: Int
- Definition Classes
- BenchmarkState
- var stringLength: Int
- Definition Classes
- BenchmarkState
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])