Created
June 5, 2014 00:21
-
-
Save shaunr0b/0e237aa870ffbd1289b2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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