Python time库

Posted xdd1997

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Python time库相关的知识,希望对你有一定的参考价值。

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

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

 

以上是关于Python time库的主要内容,如果未能解决你的问题,请参考以下文章

Joda-Time 库指定 mili 秒精度

Python time库

你如何在 python 中处理 graphql 查询和片段?

apriori片段代码

Python基础 | time random collections itertools标准库详解

A 8b Time-Interleaved Time-Domain ADC with Input-Independent Background Timing Skew Calibration(代码片段