Created
October 28, 2018 03:04
-
-
Save LeoHeo/e27f769085cec68bce37dab515c1e79f to your computer and use it in GitHub Desktop.
This file contains 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
long begin = Sytem.currentTimeMillis(); | |
// do something.... | |
// 기존코드 | |
System.out.println(Sytem.currentTimeMillis() - begin); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment