Skip to content

Instantly share code, notes, and snippets.

@agran
Created November 23, 2015 19:11
Show Gist options
  • Save agran/62edf830d1608ab8b06c to your computer and use it in GitHub Desktop.
Save agran/62edf830d1608ab8b06c to your computer and use it in GitHub Desktop.
Stopwatch.java
Stopwatch stopwatch = new Stopwatch();
output.put("stopwatch", stopwatch.elapsedTime());
return output.toJSONString();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment