Skip to content

Instantly share code, notes, and snippets.

@shaunr0b
Created June 5, 2014 00:21
Show Gist options
  • Save shaunr0b/0e237aa870ffbd1289b2 to your computer and use it in GitHub Desktop.
Save shaunr0b/0e237aa870ffbd1289b2 to your computer and use it in GitHub Desktop.
(let [a (System/nanoTime)
b (Thread/sleep 2301)
c (System/nanoTime)]
(.toMillis java.util.concurrent.TimeUnit/NANOSECONDS
(- c a))) ; => 2301
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment