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/233e7cd4415e3ac022e8490b8ce76a92 to your computer and use it in GitHub Desktop.
Save konabe/233e7cd4415e3ac022e8490b8ce76a92 to your computer and use it in GitHub Desktop.
time_doing = time()
do_something()
time_doing = time() - time_doing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment