Package-level declarations
System-related utility functions.
System-related utility functions.
Functions
Link copied to clipboard
                  Terminates the currently running process.
Since Kotlin 1.0
Terminates the currently running process.
Since Kotlin 1.3
Link copied to clipboard
                  Gets current system time in microseconds since certain moment in the past, only delta between two subsequent calls makes sense.
Since Kotlin 1.3
Link copied to clipboard
                  Gets current system time in milliseconds since certain moment in the past, only delta between two subsequent calls makes sense.
Since Kotlin 1.3
Link copied to clipboard
                  Gets current system time in nanoseconds since certain moment in the past, only delta between two subsequent calls makes sense.
Since Kotlin 1.3
Link copied to clipboard
                  Executes the given block and returns elapsed time in microseconds (Kotlin/Native only).
Since Kotlin 1.3