码迷,mamicode.com
首页 > 编程语言 > 详细

python 计时程序运行时间

时间:2017-10-25 16:44:02      阅读:342      评论:0      收藏:0      [点我收藏+]

标签:运行时   art   cost   ota   col   import   python   运行   end   

import time

time_start=time.time()
time_end=time.time()
print(totally cost,time_end-time_start)

 

python 计时程序运行时间

标签:运行时   art   cost   ota   col   import   python   运行   end   

原文地址:http://www.cnblogs.com/anloveslife/p/7729312.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!