geotrellis.benchmark

TileCompressionBenchmark

class TileCompressionBenchmark extends SimpleBenchmark with OperationBenchmark

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

Instance Constructors

  1. new TileCompressionBenchmark()

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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def byteArrayToTile: MutableArrayTile

  8. def byteArrayToTileDouble: MutableArrayTile

  9. def bytesToUnits(arg0: Long): Double

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def compressAndDecompress: Tile

  12. var compressedTile: CompressedTile

  13. var compressedTileDouble: CompressedTile

  14. var compression: TileCompression

  15. var compressionName: String

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

    Definition Classes
    SimpleBenchmark → Benchmark
  17. def decompress: Tile

  18. def decompressDouble: Tile

  19. def decompressRandomTile: Tile

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. def get[T](source: DataSource[_, T]): T

    Definition Classes
    GeoTrellisBenchmark
  24. def get[T](op: Op[T]): T

    Definition Classes
    GeoTrellisBenchmark
  25. final def getClass(): Class[_]

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

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

    Definition Classes
    SimpleBenchmark → Benchmark
  28. def getRasterExtent(name: String, w: Int, h: Int): RasterExtent

    Definition Classes
    GeoTrellisBenchmark
  29. def getTimeUnitNames(): Map[String, Integer]

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

    Definition Classes
    AnyRef → Any
  31. def init[A](size: Int)(init: ⇒ A)(implicit arg0: Manifest[A]): Array[A]

    Sugar for building arrays using a per-cell init function.

    Sugar for building arrays using a per-cell init function.

    Definition Classes
    GeoTrellisBenchmark
  32. def instancesToUnits(arg0: Long): Double

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

    Definition Classes
    Any
  34. def loadRaster(name: String, w: Int, h: Int): Tile

    Loads a given raster with a particular height / width.

    Loads a given raster with a particular height / width.

    Definition Classes
    GeoTrellisBenchmark
  35. def nanosToUnits(arg0: Double): Double

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

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

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

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

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

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

    Definition Classes
    SimpleBenchmark → Benchmark
  42. var randomizedCompressedTile: CompressedTile

  43. def run(reps: Int)(f: ⇒ Unit): Unit

    Sugar to run 'f' for 'reps' number of times.

    Sugar to run 'f' for 'reps' number of times.

    Definition Classes
    GeoTrellisBenchmark
  44. def setUp(): Unit

    Definition Classes
    TileCompressionBenchmark → SimpleBenchmark
  45. var size: Int

  46. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  47. def tearDown(): Unit

    Attributes
    protected[com.google.caliper]
    Definition Classes
    SimpleBenchmark
    Annotations
    @throws( classOf[java.lang.Exception] )
  48. var tile: Tile

  49. var tileByteArray: Array[Byte]

  50. var tileDouble: Tile

  51. var tileDoubleByteArray: Array[Byte]

  52. val tileDoubleName: String

  53. val tileName: String

  54. def timeByteArrayToTile(reps: Int): Unit

  55. def timeByteArrayToTileDouble(reps: Int): Unit

  56. def timeCompressAndDecompress(reps: Int): Unit

  57. def timeCompressAndDecompressDouble(reps: Int): Unit

  58. def timeDecompress(reps: Int): Unit

  59. def timeDecompressDouble(reps: Int): Unit

  60. def timeDecompressRandomTile(reps: Int): Unit

  61. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from OperationBenchmark

Inherited from GeoTrellisBenchmark

Inherited from SimpleBenchmark

Inherited from Benchmark

Inherited from AnyRef

Inherited from Any

Ungrouped