Skip to content

Instantly share code, notes, and snippets.

@croucha
Created May 6, 2016 11:18
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 croucha/6a97a2ac635fee1dbc157de63806022a to your computer and use it in GitHub Desktop.
Save croucha/6a97a2ac635fee1dbc157de63806022a to your computer and use it in GitHub Desktop.
// Define start time
Long start = System.currentTimeMillis();
// Run a bunch of things....
// Define total
Long total = start - System.currentTimeMillis();
// Debug
logger.debug("Query time in milliseconds: " + total);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment