Created
July 15, 2019 08:51
-
-
Save talosdev/a626c2d9bc7e3013e1a079dc31e988c2 to your computer and use it in GitHub Desktop.
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 pair: Pair<File, Long> = measureTimeMillisPair(::readAndDecodeFile) | |
| val file = pair.first | |
| Log.d(TAG, "Read and decode took ${pair.last}ms") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment