Skip to content

Instantly share code, notes, and snippets.

@felixchez
Created December 15, 2018 02:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save felixchez/c7b83d78aeb967f24e4f6e8dc004a317 to your computer and use it in GitHub Desktop.
Save felixchez/c7b83d78aeb967f24e4f6e8dc004a317 to your computer and use it in GitHub Desktop.
kotlin_benchmark
val startTime = System.nanoTime()
// onClickListener flows that handling Network Request, Database Persistence and UI Rendering
val endTime = System.nanoTime()
Log.i("Time take to execute in ${endTime - startTime)")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment