MeasurementHolder
open class MeasurementHolder @JvmOverloads constructor(c: Class<*>, val message: String, debug: Boolean = false, holder: StatisticsHolder? = null)
Represents some kind of measurements, e.g., on the performance or problems.
Inheritors
Constructors
Link copied to clipboard
Properties
Functions
Link copied to clipboard
Adds a measurement for the respective benchmark and saves it to the map.
Link copied to clipboard