Skip to content

Instantly share code, notes, and snippets.

@gregyjames
Created August 4, 2020 17:17
Show Gist options
  • Save gregyjames/331100ce1611a67a76536c69fc44957f to your computer and use it in GitHub Desktop.
Save gregyjames/331100ce1611a67a76536c69fc44957f to your computer and use it in GitHub Desktop.
import time
start = time.time()
# [OPERATION]
end = time.time()
exec_time = end-start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment