geotrellis.benchmark

TrellisBenchmarks

class TrellisBenchmarks extends SimpleBenchmark

Linear Supertypes
SimpleBenchmark, Benchmark, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. TrellisBenchmarks
  2. SimpleBenchmark
  3. Benchmark
  4. AnyRef
  5. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TrellisBenchmarks ()

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. var a1024 : MiniAddBenchmark

  7. var a128 : MiniAddBenchmark

  8. var a2048 : MiniAddBenchmark

  9. var a256 : MiniAddBenchmark

  10. var a4096 : MiniAddBenchmark

  11. var a512 : MiniAddBenchmark

  12. var a64 : MiniAddBenchmark

  13. var a8192 : MiniAddBenchmark

  14. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  15. val base : String

  16. def buildPairs (ts: (String, Int)*): Seq[(String, Int)]

  17. def bytesToUnits (arg0: Long): Double

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  19. val colors : Array[Int]

  20. def createBenchmark (arg0: Map[String, String]): ConfiguredBenchmark

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

    Attributes
    final
    Definition Classes
    AnyRef
  22. def equals (arg0: Any): Boolean

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  24. def getClass (): java.lang.Class[_]

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

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

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

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

    Definition Classes
    AnyRef → Any
  29. def instancesToUnits (arg0: Long): Double

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

    Attributes
    final
    Definition Classes
    Any
  31. var m100 : MiniWoBenchmark

  32. var m1000 : MiniWoBenchmark

  33. var m10000 : MiniWoBenchmark

  34. var ma1024 : AddRastersBenchmark

  35. var ma2048 : AddRastersBenchmark

  36. var ma256 : AddRastersBenchmark

  37. var ma512 : AddRastersBenchmark

  38. def nanosToUnits (arg0: Double): Double

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

    Attributes
    final
    Definition Classes
    AnyRef
  40. def normalizeScenario (arg0: Scenario): Scenario

    Definition Classes
    SimpleBenchmark
  41. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  42. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  43. val pairs : Seq[(String, Int)]

  44. def parameterNames (): Set[String]

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

    Definition Classes
    SimpleBenchmark → Benchmark
  46. var s1024 : WoBenchmark

  47. var s128 : WoBenchmark

  48. var s2048 : WoBenchmark

  49. var s256 : WoBenchmark

  50. var s4096 : WoBenchmark

  51. var s512 : WoBenchmark

  52. var s64 : WoBenchmark

  53. var s8192 : WoBenchmark

  54. var sb1024 : SubtractRastersBenchmark

  55. var sb2048 : SubtractRastersBenchmark

  56. var sb256 : SubtractRastersBenchmark

  57. var sb512 : SubtractRastersBenchmark

  58. var server : Server

  59. def setUp (): Unit

    Definition Classes
    TrellisBenchmarks → SimpleBenchmark
  60. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  61. var t_a4096 : TiledMiniAddBenchmark

  62. var t_a8192_512 : TiledMiniAddBenchmark

  63. def tearDown (): Unit

    Attributes
    protected[caliper]
    Definition Classes
    SimpleBenchmark
    Annotations
    @throws()
  64. def timeAddConstant_1024 (reps: Int): Unit

  65. def timeAddConstant_128 (reps: Int): Unit

  66. def timeAddConstant_2048 (reps: Int): Unit

  67. def timeAddConstant_256 (reps: Int): Unit

  68. def timeAddConstant_512 (reps: Int): Unit

  69. def timeAddConstant_64 (reps: Int): Unit

  70. def timeAddRasters_1024 (reps: Int): IntRaster

  71. def timeAddRasters_2048 (reps: Int): IntRaster

  72. def timeAddRasters_256 (reps: Int): IntRaster

  73. def timeAddRasters_512 (reps: Int): IntRaster

  74. def timeBasicWeightedOverlay_100 (reps: Int): Unit

  75. def timeBasicWeightedOverlay_1000 (reps: Int): Unit

  76. def timeSubtractRasters_1024 (reps: Int): IntRaster

  77. def timeSubtractRasters_2048 (reps: Int): IntRaster

  78. def timeSubtractRasters_256 (reps: Int): IntRaster

  79. def timeSubtractRasters_512 (reps: Int): IntRaster

  80. def timeWeightedOverlayPNG_1024 (reps: Int): Unit

  81. def timeWeightedOverlayPNG_128 (reps: Int): Unit

  82. def timeWeightedOverlayPNG_256 (reps: Int): Unit

  83. def timeWeightedOverlayPNG_512 (reps: Int): Unit

  84. def timeWeightedOverlayPNG_64 (reps: Int): Unit

  85. def toString (): String

    Definition Classes
    AnyRef → Any
  86. val total : Int

  87. def wait (): Unit

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  89. def wait (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from SimpleBenchmark

Inherited from Benchmark

Inherited from AnyRef

Inherited from Any