Timing

data class Timing(val time: Long, val msg: String, val isVerbose: Boolean)

Constructors

Link copied to clipboard
constructor(time: Long, msg: String, isVerbose: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
val msg: String
Link copied to clipboard
val time: Long