startTime = time.clock()AttributeError: module ‘time‘ has no attribute ‘clock
Posted lovebing
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了startTime = time.clock()AttributeError: module ‘time‘ has no attribute ‘clock相关的知识,希望对你有一定的参考价值。
startTime = time.clock()AttributeError: module ‘time‘ has no attribute ‘clock
python 报错!
AttributeError module ‘time‘ has no attribute ‘clock‘
python3.8不支持clock了,替换成time.perf_counter()替换就可以了
?
?
文章来源:刘俊涛的博客 欢迎关注公众号、留言、评论,一起学习。
?
若有帮助到您,欢迎点击推荐,您的支持是对我坚持最好的肯定(*^_^*)
以上是关于startTime = time.clock()AttributeError: module ‘time‘ has no attribute ‘clock的主要内容,如果未能解决你的问题,请参考以下文章
Python测量时间,用time.time还是time.clock
python报错: AttributeError module 'time' has no attribute 'clock'
Python 的 time.clock() 与 time.time() 的准确性?
t0 = time.clock() AttributeError: module ‘time‘ has no attribute ‘clock‘