Skip to content

Instantly share code, notes, and snippets.

@kevinrobayna
Created June 23, 2015 13:30
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 kevinrobayna/b5bd24bceb452dfb1691 to your computer and use it in GitHub Desktop.
Save kevinrobayna/b5bd24bceb452dfb1691 to your computer and use it in GitHub Desktop.
long start_time = System.nanoTime();
//whatever you want
long end_time = System.nanoTime();
double difference = (end_time - start_time)/1e6;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment