Package

geotrellis

bench

Permalink

package bench

Module utilities. Originally from geotrellis-benchmark

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. bench
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class GeotrellisFlightRecordingProfiler extends FlightRecordingProfiler

    Permalink

    A derived JMH plugin for enabling the Oracle Flight Recorder during runs with some settings customized from the default (hard-coded) ones.

    A derived JMH plugin for enabling the Oracle Flight Recorder during runs with some settings customized from the default (hard-coded) ones. Enable by adding

    jmhExtraOptions := Some("-prof geotrellis.bench.GeotrellisFlightRecordingProfiler")

    to build.sbt in this sub-project.

    Since

    12/3/17

Value Members

  1. def init[A](size: Int)(init: ⇒ A)(implicit arg0: Manifest[A]): Array[A]

    Permalink

    Sugar for building arrays using a per-cell init function

  2. def readSinglebandGeoTiff(name: String): SinglebandGeoTiff

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped