api
Import the contents of this singleton object to obtain access to most abstractions in the ScalaMeter API.
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:
- basic datatypes and singleton objects for writing tests, such as
PerformanceTest
- all the context map keys
- contents of the
execution
package - contents of the
reporting
package - contents of the
persistence
package - the
Executor.Measurer
object - the
RegressionReporter.Tester
object - the
RegressionReporter.Historian
object - the
ChartReporter.ChartFactory
object - the
HtmlReporter.Renderer
object - and much more...
class Keys
class KeyContainer
class Object
trait Matchable
class Any
Type members
Inherited classlikes
Types
Deprecated types
Value members
Inherited methods
def apply[T](name: String, defaultValue: T)(`evidence$6`: Pickler[T], container: KeyContainer): KeyWithDefaultValue[T]
- Inherited from
- Keys