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

Python time库

时间:2019-10-20 16:17:13      阅读:89      评论:0      收藏:0      [点我收藏+]

标签:font   时间   调用   style   python   star   col   format   代码   

1.调用系统当前时间 perf_counter()

import time as t
start = t.perf_counter()
end = t.perf_counter()
tim=end-start
print(运行这段代码用时:{:.6f}.format(tim))

 

Python time库

标签:font   时间   调用   style   python   star   col   format   代码   

原文地址:https://www.cnblogs.com/xdd1997/p/11707715.html

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