Skip to content

Instantly share code, notes, and snippets.

@LeoHeo
Created October 28, 2018 03:04
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 LeoHeo/e27f769085cec68bce37dab515c1e79f to your computer and use it in GitHub Desktop.
Save LeoHeo/e27f769085cec68bce37dab515c1e79f to your computer and use it in GitHub Desktop.
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