geotrellis.benchmark

FocalOperationsBenchmark

class FocalOperationsBenchmark extends SimpleBenchmark with OperationBenchmark

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

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. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    SimpleBenchmark → Benchmark
  32. var r: Tile

  33. var re: RasterExtent

  34. var rs: RasterSource

  35. 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
  36. def setUp(): Unit

    Definition Classes
    FocalOperationsBenchmark → SimpleBenchmark
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  38. def tearDown(): Unit

    Attributes
    protected[com.google.caliper]
    Definition Classes
    SimpleBenchmark
    Annotations
    @throws( classOf[java.lang.Exception] )
  39. var tiledRS256: RasterSource

  40. var tiledRS512: RasterSource

  41. def timeAspect(reps: Int): Unit

  42. def timeConvolve(reps: Int): Unit

  43. def timeConway(reps: Int): Unit

  44. def timeFastMean1(reps: Int): Unit

  45. def timeFastMean3(reps: Int): Unit

  46. def timeFastMean7(reps: Int): Unit

  47. def timeHillshade(reps: Int): Unit

  48. def timeMax(reps: Int): Unit

  49. def timeMeanCircle1(reps: Int): Unit

  50. def timeMeanCircle2(reps: Int): Unit

  51. def timeMeanCircle3(reps: Int): Unit

  52. def timeMeanCircle5(reps: Int): Unit

  53. def timeMeanSquare1(reps: Int): Unit

  54. def timeMeanSquare3(reps: Int): Unit

  55. def timeMeanSquare3Tiled256(reps: Int): Unit

  56. def timeMeanSquare3Tiled512(reps: Int): Unit

  57. def timeMeanSquare7(reps: Int): Unit

  58. def timeMedian(reps: Int): Unit

  59. def timeMedianCircle1(reps: Int): Unit

  60. def timeMinCircle1(reps: Int): Unit

  61. def timeMinCircle2(reps: Int): Unit

  62. def timeMinSquare1(reps: Int): Unit

  63. def timeMinSquare2(reps: Int): Unit

  64. def timeMode(reps: Int): Unit

  65. def timeModeCircle3(reps: Int): Unit

  66. def timeMoranMoran(reps: Int): Unit

  67. def timeSlope(reps: Int): Unit

  68. def timeSum(reps: Int): Unit

  69. def timeSumSquare22(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