Last active
March 21, 2018 07:57
-
-
Save about36km/86550122f1d47d460762e42831b20c36 to your computer and use it in GitHub Desktop.
MeasuringTime
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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