timeLog

abstract fun timeLog(label: String = definedExternally, vararg data: JsAny?)(source)

The console.timeLog() static method logs the current value of a timer that was previously started by calling console/time_static.

MDN Reference