com.twitter.io.benchmark

BufBenchmark

class BufBenchmark extends SimpleBenchmark

Linear Supertypes
SimpleBenchmark, Benchmark, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BufBenchmark
  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 BufBenchmark()

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

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

    Definition Classes
    Any
  6. val N: Int

  7. final def asInstanceOf[T0]: T0

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. val complex: Buf

  11. def createBenchmark(arg0: Map[String, String]): ConfiguredBenchmark

    Definition Classes
    SimpleBenchmark → Benchmark
  12. val delta: Int

  13. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

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

    Definition Classes
    Any
  23. def mkConcattedBuf(size: Int, parts: Int): Buf

  24. def nanosToUnits(arg0: Double): Double

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

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

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

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

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

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

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

    Attributes
    protected[com.google.caliper]
    Definition Classes
    SimpleBenchmark
    Annotations
    @throws( classOf[java.lang.Exception] )
  32. val simple: Buf

  33. def sliceBench(buf: Buf): Unit

    We use while loops here so that we don't add closure allocations in the loop.

    We use while loops here so that we don't add closure allocations in the loop.

    Annotations
    @inline()
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  35. def tearDown(): Unit

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

  37. def timeSimpleSlice(nreps: Int): Unit

  38. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from SimpleBenchmark

Inherited from Benchmark

Inherited from AnyRef

Inherited from Any

Ungrouped