Skip to content

Instantly share code, notes, and snippets.

@kota1921
Created August 17, 2021 08:54
Show Gist options
  • Save kota1921/5e493967e5a8ca8babc7a49d4146f6b2 to your computer and use it in GitHub Desktop.
Save kota1921/5e493967e5a8ca8babc7a49d4146f6b2 to your computer and use it in GitHub Desktop.
val startTime = System.currentTimeMillis()
//выполняем код который хотим оценить
val totalTime = System.currentTimeMillis() - startTime
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment