Skip to content

Instantly share code, notes, and snippets.

@konabe
Created August 22, 2017 16:45
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 konabe/92b9d7ea81fc2a93e0ea73cda4e779c4 to your computer and use it in GitHub Desktop.
Save konabe/92b9d7ea81fc2a93e0ea73cda4e779c4 to your computer and use it in GitHub Desktop.
start = time()
do_something()
end = time()
time_doing = end - start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment