from timeit
from time import clock
start = clock()
# 此处填写需要运行的函数
end = clock()
print(end - start)
相关文章:
from timeit
from time import clock
start = clock()
# 此处填写需要运行的函数
end = clock()
print(end - start)
相关文章: