Skip to content

Instantly share code, notes, and snippets.

@eteubert
Created April 30, 2019 07:58
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 eteubert/efa666b9e29e8a2410b0960131f32ad7 to your computer and use it in GitHub Desktop.
Save eteubert/efa666b9e29e8a2410b0960131f32ad7 to your computer and use it in GitHub Desktop.
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