geotrellis.benchmark

DataMap

class DataMap extends SimpleBenchmark with OperationBenchmark

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

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. var bitTile: BitArrayTile

  8. def bitTileMap: Tile

  9. def bitTileWhileLoop: BitArrayTile

  10. var byteTile: ByteArrayTile

  11. def byteTileMap: Tile

  12. def byteTileWhileLoop: ByteArrayTile

  13. var bytes: Array[Byte]

  14. def bytesToUnits(arg0: Long): Double

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

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

    Definition Classes
    SimpleBenchmark → Benchmark
  17. def doubleArrayWhileLoop: Array[Double]

  18. var doubles: Array[Double]

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  30. 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
  31. def instancesToUnits(arg0: Long): Double

    Definition Classes
    SimpleBenchmark → Benchmark
  32. def intArrayCforLoop: Array[Int]

  33. def intArrayTailrec: Array[Int]

  34. def intArrayWhileLoop: Array[Int]

  35. var ints: Array[Int]

  36. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  37. 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
  38. def nanosToUnits(arg0: Double): Double

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

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

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

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

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

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

    Definition Classes
    SimpleBenchmark → Benchmark
  45. 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
  46. def setUp(): Unit

    Definition Classes
    DataMap → SimpleBenchmark
  47. var shortTile: ShortArrayTile

  48. def shortTileMap: Tile

  49. def shortTileWhileLoop: ShortArrayTile

  50. var size: Int

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

    Definition Classes
    AnyRef
  52. def tearDown(): Unit

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

  54. def tileMap: Tile

  55. def tileMapIfSet: Tile

  56. def tileWhileLoop: ArrayTile

  57. def timeBitTileMap(reps: Int): Unit

  58. def timeBitTileWhileLoop(reps: Int): Unit

  59. def timeByteTileMap(reps: Int): Unit

  60. def timeByteTileWhileLoop(reps: Int): Unit

  61. def timeDoubleArrayWhileLoop(reps: Int): Unit

  62. def timeIntArrayCforLoop(reps: Int): Unit

  63. def timeIntArrayTailrec(reps: Int): Unit

  64. def timeIntArrayWhileLoop(reps: Int): Unit

  65. def timeShortTileMap(reps: Int): Unit

  66. def timeShortTileWhileLoop(reps: Int): Unit

  67. def timeTileMap(reps: Int): Unit

  68. def timeTileMapIfSet(reps: Int): Unit

  69. def timeTileWhileLoop(reps: Int): Unit

  70. def toString(): String

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  73. 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