Class/Object

geotrellis.benchmark

FocalOperationsBenchmark

Related Docs: object FocalOperationsBenchmark | package benchmark

Permalink

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

Instance Constructors

  1. new FocalOperationsBenchmark()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  22. 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
  23. def nanosToUnits(arg0: Double): Double

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

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

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

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

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

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

    Permalink
    Definition Classes
    SimpleBenchmark → Benchmark
  30. var r: Tile

    Permalink
  31. var re: RasterExtent

    Permalink
  32. var rs: RasterSource

    Permalink
  33. 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
  34. def setUp(): Unit

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

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

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

    Permalink
  38. var tiledRS512: RasterSource

    Permalink
  39. def timeAspect(reps: Int): Unit

    Permalink
  40. def timeConvolve(reps: Int): Unit

    Permalink
  41. def timeConway(reps: Int): Unit

    Permalink
  42. def timeFastMean1(reps: Int): Unit

    Permalink
  43. def timeFastMean3(reps: Int): Unit

    Permalink
  44. def timeFastMean7(reps: Int): Unit

    Permalink
  45. def timeHillshade(reps: Int): Unit

    Permalink
  46. def timeMax(reps: Int): Unit

    Permalink
  47. def timeMeanCircle1(reps: Int): Unit

    Permalink
  48. def timeMeanCircle2(reps: Int): Unit

    Permalink
  49. def timeMeanCircle3(reps: Int): Unit

    Permalink
  50. def timeMeanCircle5(reps: Int): Unit

    Permalink
  51. def timeMeanSquare1(reps: Int): Unit

    Permalink
  52. def timeMeanSquare3(reps: Int): Unit

    Permalink
  53. def timeMeanSquare3Tiled256(reps: Int): Unit

    Permalink
  54. def timeMeanSquare3Tiled512(reps: Int): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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