HRTime

sealed external interface HRTime(source)

Functions

Link copied to clipboard
abstract fun bigint(): <Error class: unknown class>

The bigint version of the {@link process.hrtime()} method returning the current high-resolution real time in nanoseconds as a bigint.

Link copied to clipboard
abstract operator fun invoke(    time: <Error class: unknown class><Double, Double> = definedExternally): <Error class: unknown class><Double, Double>

This is the legacy version of {@link process.hrtime.bigint()} before bigint was introduced in JavaScript.