Thread: multiple timers
View Single Post
  #4  
Old 06-02-2006, 09:43 AM
Gladsomebeast Gladsomebeast is offline
Member
 
Join Date: Mar 2005
Location: Isla Vizta, CA
Posts: 397
You can also use the Python time module.

Code:
import time

#Gives number of seconds since program start
print time.clock()
__________________
Paul Elliott
WorldViz LLC
Reply With Quote