Class

com.twitter.io

BufBenchmark

Related Doc: package io

Permalink

class BufBenchmark extends StdBenchAnnotations

Annotations
@State()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BufBenchmark
  2. StdBenchAnnotations
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BufBenchmark()

    Permalink

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def asByteArrayByteArrayBuf(): Array[Byte]

    Permalink
    Annotations
    @Benchmark()
  5. def asByteArrayByteBufferBuf(): Array[Byte]

    Permalink
    Annotations
    @Benchmark()
  6. def asByteArrayCompositeBuf(): Array[Byte]

    Permalink
    Annotations
    @Benchmark()
  7. def asByteBufferByteArrayBuf(): ByteBuffer

    Permalink
    Annotations
    @Benchmark()
  8. def asByteBufferByteBufferBuf(): ByteBuffer

    Permalink
    Annotations
    @Benchmark()
  9. def asByteBufferCompositeBuf(): ByteBuffer

    Permalink
    Annotations
    @Benchmark()
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equalityByteArrayByteArray(): Boolean

    Permalink
    Annotations
    @Benchmark()
  14. def equalityByteArrayByteBuffer(): Boolean

    Permalink
    Annotations
    @Benchmark()
  15. def equalityByteArrayComposite(): Boolean

    Permalink
    Annotations
    @Benchmark()
  16. def equalityByteBufferByteArray(): Boolean

    Permalink
    Annotations
    @Benchmark()
  17. def equalityByteBufferByteBuffer(): Boolean

    Permalink
    Annotations
    @Benchmark()
  18. def equalityByteBufferComposite(): Boolean

    Permalink
    Annotations
    @Benchmark()
  19. def equalityCompositeByteArray(): Boolean

    Permalink
    Annotations
    @Benchmark()
  20. def equalityCompositeByteBuffer(): Boolean

    Permalink
    Annotations
    @Benchmark()
  21. def equalityCompositeComposite(): Boolean

    Permalink
    Annotations
    @Benchmark()
  22. def equals(arg0: Any): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  25. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  26. def hashCodeByteArrayBuf(hole: Blackhole): Int

    Permalink
    Annotations
    @Benchmark() @Warmup() @Measurement()
  27. def hashCodeByteArrayBufBaseline(): Buf

    Permalink
    Annotations
    @Benchmark() @Warmup() @Measurement()
  28. def hashCodeByteBufferBuf(hole: Blackhole): Int

    Permalink
    Annotations
    @Benchmark() @Warmup() @Measurement()
  29. def hashCodeByteBufferBufBaseline(): Buf

    Permalink
    Annotations
    @Benchmark() @Warmup() @Measurement()
  30. def hashCodeCompositeBuf(hole: Blackhole): Int

    Permalink
    Annotations
    @Benchmark() @Warmup() @Measurement()
  31. def hashCodeCompositeBufBaseline(): Buf

    Permalink
    Annotations
    @Benchmark() @Warmup() @Measurement()
  32. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  33. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  34. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  35. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  36. def setup(): Unit

    Permalink
    Annotations
    @Setup()
  37. def singleByteIndexedByteArray(): Byte

    Permalink
    Annotations
    @Benchmark()
  38. def singleByteIndexedByteBuffer(): Byte

    Permalink
    Annotations
    @Benchmark()
  39. def singleByteIndexedCompositeBuf(): Byte

    Permalink
    Annotations
    @Benchmark()
  40. def singleByteSliceAndWriteByteArray(): Byte

    Permalink
    Annotations
    @Benchmark()
  41. def singleByteSliceAndWriteByteBuffer(): Byte

    Permalink
    Annotations
    @Benchmark()
  42. def singleByteSliceAndWriteCompositeBuf(): Byte

    Permalink
    Annotations
    @Benchmark()
  43. var size: Int

    Permalink
  44. def sliceByteArrayBuf(): Buf

    Permalink
    Annotations
    @Benchmark()
  45. def sliceByteBufferBuf(): Buf

    Permalink
    Annotations
    @Benchmark()
  46. def sliceCompositeBuf(): Buf

    Permalink
    Annotations
    @Benchmark()
  47. def stringToUtf8Buf(): Buf

    Permalink
    Annotations
    @Benchmark()
  48. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  49. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  50. def utf8BufToString(): String

    Permalink
    Annotations
    @Benchmark()
  51. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from StdBenchAnnotations

Inherited from AnyRef

Inherited from Any

Ungrouped