Package kotlin. system
System-related utility functions.
System-related utility functions.
Functions
exit Process
Link copied to clipboard
Terminates the currently running process.
Terminates the currently running process.
get Time Micros
Link copied to clipboard
Gets current system time in microseconds since certain moment in the past, only delta between two subsequent calls makes sense.
get Time Millis
Link copied to clipboard
Gets current system time in milliseconds since certain moment in the past, only delta between two subsequent calls makes sense.
get Time Nanos
Link copied to clipboard
Gets current system time in nanoseconds since certain moment in the past, only delta between two subsequent calls makes sense.
measure Time Micros
Link copied to clipboard
Executes the given block and returns elapsed time in microseconds (Kotlin/Native only).