Skip to content

Instantly share code, notes, and snippets.

@jshvarts
Created June 27, 2017 05:08
Show Gist options
  • Save jshvarts/50b11736a6b2a1c5651969a15ebef6c0 to your computer and use it in GitHub Desktop.
Save jshvarts/50b11736a6b2a1c5651969a15ebef6c0 to your computer and use it in GitHub Desktop.
measureTimeMillis Kotlin
val timeElapsed = measureTimeMillis {
// some code block
}
println("$timeElapsed")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment