Benchmark
open class Benchmark @JvmOverloads constructor(c: Class<*>, val message: String, debug: Boolean = false, holder: StatisticsHolder? = null) : MeasurementHolder
Measures the time between creating the object to calling its stop() method.
Constructors
Link copied to clipboard
Properties
Functions
Link copied to clipboard
Stops the time and computes the difference between
Link copied to clipboard
Link copied to clipboard
Stops this benchmark and adds its measurement to the its StatisticsHolder.