class RenderBench extends AnyRef

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

Instance Constructors

  1. new RenderBench()

Value Members

  1. var cmap: ColorMap
  2. val cmapSize: Int
  3. var colorEncoding: PngColorEncoding
  4. def pngEncoding: Array[Byte]
    Annotations
    @Benchmark()
  5. def rendering: Tile
    Annotations
    @Benchmark()
  6. def renderingAndPngEncoding: Array[Byte]
    Annotations
    @Benchmark()
  7. def setup(): Unit
    Annotations
    @Setup()
  8. val size: Int
  9. var tile: Tile