Monotonic

object Monotonic : TimeSource

The most precise time source available in the platform.

This time source returns its readings from a source of monotonic time when it is available in a target platform, and resorts to a non-monotonic time source otherwise.

Functions

markNow
Link copied to clipboard
open override fun markNow(): TimeMark

Marks a point in time on this time source.

toString
Link copied to clipboard
open override fun toString(): String