Package

com.twitter

util

Permalink

package util

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. util
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class DurationBenchmark extends StdBenchAnnotations

    Permalink
    Annotations
    @State()
  2. class FutureBenchmark extends StdBenchAnnotations

    Permalink
  3. class LocalBenchmark extends StdBenchAnnotations

    Permalink
    Annotations
    @State()
  4. class PromiseBenchmark extends StdBenchAnnotations

    Permalink
    Annotations
    @State()
  5. abstract class StdBenchAnnotations extends AnyRef

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

    Permalink
    Annotations
    @OutputTimeUnit() @BenchmarkMode()
  7. class TimeBenchmark extends StdBenchAnnotations

    Permalink
    Annotations
    @State()
  8. class TimerBenchmark extends StdBenchAnnotations

    Permalink

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

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

    Annotations
    @State() @Warmup() @Measurement() @BenchmarkMode() @OutputTimeUnit() @Threads()
  9. class TryBenchmark extends StdBenchAnnotations

    Permalink
    Annotations
    @State()

Value Members

  1. object FutureBenchmark

    Permalink
  2. object PromiseBenchmark

    Permalink
  3. object StopwatchBenchmark

    Permalink
  4. val StorageUnitConversions: storage.type

    Permalink
  5. val TimeConversions: time.type

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped