Advertisement
joesv

Untitled

May 23rd, 2015
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. import time
  2.  
  3. startTime = time.time()
  4.  
  5. #some code you want to execute
  6.  
  7. endTime = time.time()
  8. print endTime - startTime
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement