org.scalameter

api

object api extends Key

Import the contents of this singleton object to obtain access to most abstractions in the ScalaMeter API.

Note that some definitions might shadow others, so if you import the contents of this object, you should not import the contents of other packages directly.

This object contains:

Linear Supertypes
Key, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. api
  2. Key
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type ChartReporter = reporting.ChartReporter

  2. type DsvReporter = reporting.DsvReporter

  3. type Executor = scalameter.Executor

  4. type Gen[T] = scalameter.Gen[T]

  5. type HtmlReporter = reporting.HtmlReporter

  6. type LoggingReporter = reporting.LoggingReporter

  7. type PerformanceTest = scalameter.PerformanceTest

  8. type Persistor = scalameter.Persistor

  9. type RegressionReporter = reporting.RegressionReporter

  10. type Reporter = scalameter.Reporter

  11. type SerializationPersistor = persistence.SerializationPersistor

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. val Aggregator: scalameter.Aggregator.type

  7. val ChartFactory: reporting.ChartReporter.ChartFactory.type

  8. val ChartReporter: reporting.ChartReporter.type

  9. val DsvReporter: reporting.DsvReporter.type

  10. val Executor: scalameter.Executor.type

  11. val Gen: scalameter.Gen.type

  12. val Historian: reporting.RegressionReporter.Historian.type

  13. val HtmlReporter: reporting.HtmlReporter.type

  14. val LocalExecutor: execution.LocalExecutor.type

  15. val LoggingReporter: reporting.LoggingReporter.type

  16. val Measurer: Executor.Measurer.type

  17. val PerformanceTest: scalameter.PerformanceTest.type

  18. val Persistor: scalameter.Persistor.type

  19. val RegressionReporter: reporting.RegressionReporter.type

  20. val Renderer: reporting.HtmlReporter.Renderer.type

  21. val Reporter: scalameter.Reporter.type

  22. val SeparateJvmsExecutor: execution.SeparateJvmsExecutor.type

  23. val SerializationPersistor: persistence.SerializationPersistor.type

  24. val Tester: reporting.RegressionReporter.Tester.type

  25. val Warmer: Executor.Warmer.type

  26. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  27. val classpath: String

    Definition Classes
    Key
  28. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  29. object dsl

    Definition Classes
    Key
  30. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  32. object exec

    Definition Classes
    Key
  33. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  34. object gen

    Definition Classes
    Key
  35. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  36. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  37. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  38. object machine

    Definition Classes
    Key
  39. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  40. final def notify(): Unit

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

    Definition Classes
    AnyRef
  42. val preJDK7: String

    Definition Classes
    Key
  43. object reports

    Definition Classes
    Key
  44. val scopeFilter: String

    Definition Classes
    Key
  45. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  46. def toString(): String

    Definition Classes
    AnyRef → Any
  47. val verbose: String

    Definition Classes
    Key
  48. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Key

Inherited from AnyRef

Inherited from Any

Ungrouped