Skip to content

Instantly share code, notes, and snippets.

@about36km
Last active March 21, 2018 07:57
Show Gist options
  • Select an option

  • Save about36km/86550122f1d47d460762e42831b20c36 to your computer and use it in GitHub Desktop.

Select an option

Save about36km/86550122f1d47d460762e42831b20c36 to your computer and use it in GitHub Desktop.
MeasuringTime
val start = System.currentTimeMillis()
// do something...
Log.d("LogTag", "A: ${System.currentTimeMillis() - start}ms")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment