Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- from time import time
- from memory_profiler import memory_usage
- start = time()
- #program
- print('Execution time:', time()-start)
- print(memory_usage())
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement