计算Python程序运行时间 Published 2012年11月19日 by kiccleaf 可以使用time模块来计算程序的运行时间 import time start=time.clock() #要计算运行时间的程序 print time.clock()-start Published in Python程序 Python Previous Post Python获取IP地址 Next Post Eclipse支持视网膜屏Retina配置方法