geotrellis.benchmark

IOBenchmark

class IOBenchmark extends SimpleBenchmark with OperationBenchmark

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

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 bytesToUnits(arg0: Long): Double

    Definition Classes
    SimpleBenchmark → Benchmark
  8. var cellType: String

  9. def clone(): AnyRef

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

    Definition Classes
    SimpleBenchmark → Benchmark
  11. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    Any
  25. val layers: Map[String, String]

  26. def loadRaster: Tile

  27. 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
  28. def loadRasterWithExtent: Tile

  29. def nanosToUnits(arg0: Double): Double

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

    Definition Classes
    AnyRef
  31. def newReader: Tile

  32. def newReaderWithExtent: Unit

  33. def normalizeScenario(arg0: Scenario): Scenario

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

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

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

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

    Definition Classes
    SimpleBenchmark → Benchmark
  38. var path: String

  39. var rasterExtent: RasterExtent

  40. def rasterSource: Tile

  41. def rasterSourceWithExtent: Tile

  42. 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
  43. def setUp(): Unit

    Definition Classes
    IOBenchmark → SimpleBenchmark
  44. var size: Int

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

    Definition Classes
    AnyRef
  46. var targetExtent: RasterExtent

  47. def tearDown(): Unit

    Attributes
    protected[com.google.caliper]
    Definition Classes
    SimpleBenchmark
    Annotations
    @throws( classOf[java.lang.Exception] )
  48. def timeLoadRaster(reps: Int): Unit

  49. def timeLoadRasterWithExtent(reps: Int): Unit

  50. def timeNewReader(reps: Int): Unit

  51. def timeNewReaderWithExtent(reps: Int): Unit

  52. def timeRasterSource(reps: Int): Unit

  53. def timeRasterSourceWithExtent(reps: Int): Unit

  54. def toString(): String

    Definition Classes
    AnyRef → Any
  55. var typ: CellType

  56. final def wait(): Unit

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

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