Created
April 30, 2019 07:58
-
-
Save eteubert/efa666b9e29e8a2410b0960131f32ad7 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
start = System.monotonic_time(:millisecond) | |
foo = testme() | |
time_spent = System.monotonic_time(:millisecond) - start | |
IO.puts("Executed testme() in #{time_spent} #{:millisecond}") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment