com.twitter

util

package util

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. util
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class DurationBenchmark extends StdBenchAnnotations

    Annotations
    @State()
  2. class FutureBenchmark extends StdBenchAnnotations

  3. class LocalBenchmark extends StdBenchAnnotations

    Annotations
    @State()
  4. abstract class StdBenchAnnotations extends AnyRef

    Annotations
    @Fork() @OutputTimeUnit() @BenchmarkMode() @Warmup() @Measurement()
  5. class StopwatchBenchmark extends AnyRef

    Annotations
    @OutputTimeUnit() @BenchmarkMode()
  6. class TimeBenchmark extends StdBenchAnnotations

    Annotations
    @State()
  7. class TimerBenchmark extends StdBenchAnnotations

    This uses SingleShotTime because scheduling work changes the performance of future scheduling (particularly because this does not wait for the tasks to be executed).

  8. class TryBenchmark extends StdBenchAnnotations

    Annotations
    @State()

Value Members

  1. object FutureBenchmark

  2. object StopwatchBenchmark

  3. val StorageUnitConversions: storage.type

  4. val TimeConversions: time.type

  5. package events

Inherited from AnyRef

Inherited from Any

Ungrouped