com.twitter.concurrent

SchedulerBenchmark

class SchedulerBenchmark extends SimpleBenchmark

Measure Scheduler.submit/run time when there are multiple threads. Previous to changing SampleScale from 50 to 1000, there was sometimes contention for the global threads lock in getCurrentThreadCpuTime().

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

Instance Constructors

  1. new SchedulerBenchmark()

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. val NumThreads: Int

  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def bytesToUnits(arg0: Long): Double

    Definition Classes
    SimpleBenchmark → Benchmark
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def createBenchmark(arg0: Map[String, String]): ConfiguredBenchmark

    Definition Classes
    SimpleBenchmark → Benchmark
  9. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  13. def getInstanceUnitNames(): Map[String, Integer]

    Definition Classes
    SimpleBenchmark → Benchmark
  14. def getMemoryUnitNames(): Map[String, Integer]

    Definition Classes
    SimpleBenchmark → Benchmark
  15. def getTimeUnitNames(): Map[String, Integer]

    Definition Classes
    SimpleBenchmark → Benchmark
  16. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  17. def instancesToUnits(arg0: Long): Double

    Definition Classes
    SimpleBenchmark → Benchmark
  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. def nanosToUnits(arg0: Double): Double

    Definition Classes
    SimpleBenchmark → Benchmark
  20. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. def normalizeScenario(arg0: Scenario): Scenario

    Definition Classes
    SimpleBenchmark
  22. final def notify(): Unit

    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  24. def parameterNames(): Set[String]

    Definition Classes
    SimpleBenchmark → Benchmark
  25. def parameterValues(arg0: String): Set[String]

    Definition Classes
    SimpleBenchmark → Benchmark
  26. def setUp(): Unit

    Attributes
    protected[com.google.caliper]
    Definition Classes
    SimpleBenchmark
    Annotations
    @throws( classOf[java.lang.Exception] )
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  28. def tearDown(): Unit

    Attributes
    protected[com.google.caliper]
    Definition Classes
    SimpleBenchmark
    Annotations
    @throws( classOf[java.lang.Exception] )
  29. def timeLocalFifo1(nreps: Int): Unit

  30. def timeLocalFifo16(nreps: Int): Unit

  31. def timeLocalFifo2(nreps: Int): Unit

  32. def timeLocalFifo3(nreps: Int): Unit

  33. def timeLocalFifo32(nreps: Int): Unit

  34. def timeLocalFifo4(nreps: Int): Unit

  35. def timeLocalFifo8(nreps: Int): Unit

  36. def timeLocalLifo1(nreps: Int): Unit

  37. def timeLocalLifo16(nreps: Int): Unit

  38. def timeLocalLifo2(nreps: Int): Unit

  39. def timeLocalLifo3(nreps: Int): Unit

  40. def timeLocalLifo32(nreps: Int): Unit

  41. def timeLocalLifo4(nreps: Int): Unit

  42. def timeLocalLifo8(nreps: Int): Unit

  43. def timeSchedule(nreps: Int): Unit

  44. def toString(): String

    Definition Classes
    AnyRef → Any
  45. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from SimpleBenchmark

Inherited from Benchmark

Inherited from AnyRef

Inherited from Any

Ungrouped