Class/Object

geotrellis.benchmark

DataMap

Related Docs: object DataMap | package benchmark

Permalink

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
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DataMap()

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

    Permalink
    Definition Classes
    Any
  5. var bitTile: BitArrayTile

    Permalink
  6. def bitTileMap: Tile

    Permalink
  7. def bitTileWhileLoop: BitArrayTile

    Permalink
  8. var byteTile: ByteArrayTile

    Permalink
  9. def byteTileMap: Tile

    Permalink
  10. def byteTileWhileLoop: ByteArrayTile

    Permalink
  11. var bytes: Array[Byte]

    Permalink
  12. def bytesToUnits(arg0: Long): Double

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

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

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

    Permalink
  16. var doubles: Array[Double]

    Permalink
  17. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

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

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

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

    Permalink

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

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

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

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

    Permalink
  31. def intArrayTailrec: Array[Int]

    Permalink
  32. def intArrayWhileLoop: Array[Int]

    Permalink
  33. var ints: Array[Int]

    Permalink
  34. final def isInstanceOf[T0]: Boolean

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

    Permalink

    Loads a given raster with a particular height / width.

    Loads a given raster with a particular height / width.

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

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

    Permalink
    Definition Classes
    AnyRef
  38. def normalizeScenario(arg0: Scenario): Scenario

    Permalink
    Definition Classes
    SimpleBenchmark
  39. final def notify(): Unit

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

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

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

    Permalink
    Definition Classes
    SimpleBenchmark → Benchmark
  43. def run(reps: Int)(f: ⇒ Unit): Unit

    Permalink

    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

    Permalink
    Definition Classes
    DataMap → SimpleBenchmark
  45. var shortTile: ShortArrayTile

    Permalink
  46. def shortTileMap: Tile

    Permalink
  47. def shortTileWhileLoop: ShortArrayTile

    Permalink
  48. var size: Int

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

    Permalink
    Definition Classes
    AnyRef
  50. def tearDown(): Unit

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

    Permalink
  52. def tileMap: Tile

    Permalink
  53. def tileMapIfSet: Tile

    Permalink
  54. def tileWhileLoop: ArrayTile

    Permalink
  55. def timeBitTileMap(reps: Int): Unit

    Permalink
  56. def timeBitTileWhileLoop(reps: Int): Unit

    Permalink
  57. def timeByteTileMap(reps: Int): Unit

    Permalink
  58. def timeByteTileWhileLoop(reps: Int): Unit

    Permalink
  59. def timeDoubleArrayWhileLoop(reps: Int): Unit

    Permalink
  60. def timeIntArrayCforLoop(reps: Int): Unit

    Permalink
  61. def timeIntArrayTailrec(reps: Int): Unit

    Permalink
  62. def timeIntArrayWhileLoop(reps: Int): Unit

    Permalink
  63. def timeShortTileMap(reps: Int): Unit

    Permalink
  64. def timeShortTileWhileLoop(reps: Int): Unit

    Permalink
  65. def timeTileMap(reps: Int): Unit

    Permalink
  66. def timeTileMapIfSet(reps: Int): Unit

    Permalink
  67. def timeTileWhileLoop(reps: Int): Unit

    Permalink
  68. def toString(): String

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

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

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

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

Inherited from OperationBenchmark

Inherited from GeoTrellisBenchmark

Inherited from SimpleBenchmark

Inherited from Benchmark

Inherited from AnyRef

Inherited from Any

Ungrouped