case class MeasurementResult(measurementName: String, consideredExecutionTimes: Seq[Long], memoryUsage: Long, runtimeWarningThreshold: RuntimeWarningThreshold, runtimeErrorThreshold: RuntimeErrorThreshold, memoryWarningThreshold: MemoryWarningThreshold, memoryErrorThreshold: MemoryErrorThreshold) extends Product with Serializable
Class containing the execution time of each measurement run of a measurement.
- measurementName
The name of the measurement
- consideredExecutionTimes
The runtimes considered for the measurements.
- memoryUsage
The amount of bytes the computed object graph uses or -1 if memory measurement was disabled.
- runtimeWarningThreshold
A threshold when to write a warning on runtime measurements.
- runtimeErrorThreshold
A threshold when to throw an exception on runtime measurements.
- memoryWarningThreshold
A threshold when to write a warning on memory measurements.
- memoryErrorThreshold
A threshold when to throw an exception on memory measurements.
- Alphabetic
- By Inheritance
- MeasurementResult
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
MeasurementResult(measurementName: String, consideredExecutionTimes: Seq[Long], memoryUsage: Long, runtimeWarningThreshold: RuntimeWarningThreshold, runtimeErrorThreshold: RuntimeErrorThreshold, memoryWarningThreshold: MemoryWarningThreshold, memoryErrorThreshold: MemoryErrorThreshold)
- measurementName
The name of the measurement
- consideredExecutionTimes
The runtimes considered for the measurements.
- memoryUsage
The amount of bytes the computed object graph uses or -1 if memory measurement was disabled.
- runtimeWarningThreshold
A threshold when to write a warning on runtime measurements.
- runtimeErrorThreshold
A threshold when to throw an exception on runtime measurements.
- memoryWarningThreshold
A threshold when to write a warning on memory measurements.
- memoryErrorThreshold
A threshold when to throw an exception on memory measurements.
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
avg(): Long
The the average execution time of this measurement
The the average execution time of this measurement
- returns
The average execution time of the measurement in Nanoseconds
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- val consideredExecutionTimes: Seq[Long]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val measurementName: String
- val memoryErrorThreshold: MemoryErrorThreshold
- val memoryUsage: Long
- val memoryWarningThreshold: MemoryWarningThreshold
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val runtimeErrorThreshold: RuntimeErrorThreshold
- val runtimeWarningThreshold: RuntimeWarningThreshold
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )