Created
October 17, 2020 20:02
-
-
Save etigui/c40174d749bf7376d465a2b995be8910 to your computer and use it in GitHub Desktop.
Python (linux) - get execution time
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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