time.clock() returns the current CPU time as a floating-point number that can be used for various timing functions : Time : Buildin Module PYTHON TUTORIALS


PYTHON TUTORIALS » Buildin Module » Time »

 

time.clock() returns the current CPU time as a floating-point number that can be used for various timing functions


import time

print time.clock()



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON TUTORIALS

 Navioo Buildin Module
» Time