Class/Object

geotrellis.benchmark

FocalMeanBenchmark

Related Docs: object FocalMeanBenchmark | package benchmark

Permalink

class FocalMeanBenchmark extends SimpleBenchmark with OperationBenchmark

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

    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 fastMeanOp: Tile

    Permalink
  11. def fastMeanSource: Tile

    Permalink
  12. var fastOp: Op[Tile]

    Permalink
  13. var fastSource: RasterSource

    Permalink
  14. def finalize(): Unit

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  26. 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
  27. def meanOp: Tile

    Permalink
  28. def meanSource: Tile

    Permalink
  29. def nanosToUnits(arg0: Double): Double

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  34. var op: Op[Tile]

    Permalink
  35. def parameterNames(): Set[String]

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

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

    Permalink
    Definition Classes
    FocalMeanBenchmark → SimpleBenchmark
  39. var source: RasterSource

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

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

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

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

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

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

    Permalink
  46. def toString(): String

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

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

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