Skip to content

Instantly share code, notes, and snippets.

@etigui
Created October 17, 2020 20:02
Show Gist options
  • Save etigui/c40174d749bf7376d465a2b995be8910 to your computer and use it in GitHub Desktop.
Save etigui/c40174d749bf7376d465a2b995be8910 to your computer and use it in GitHub Desktop.
Python (linux) - get execution time
# https://stackoverflow.com/questions/1557571/how-do-i-get-time-of-a-python-programs-execution
time -v python yourprogram.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment