from time import perf_counter
perf_counter()
for i in range(10):
print(213123123131)
print(perf_counter())
cannot import name ‘clock‘ from ‘time‘ (unknown location)
最新推荐文章于 2023-11-04 14:20:21 发布
from time import perf_counter
perf_counter()
for i in range(10):
print(213123123131)
print(perf_counter())
time.clock()在3.3版后已移除,
3471
875
1448
1万+
6624
9976

被折叠的 条评论
为什么被折叠?