Package

com.twitter

util

Permalink

package util

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 MonitorBenchmark extends StdBenchAnnotations

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

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

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

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

    Permalink
    Annotations
    @State()
  9. 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()
  10. class TryBenchmark extends StdBenchAnnotations

    Permalink
    Annotations
    @State()

Ungrouped