我如何获得执行Python程序的时间?

孤人 提交于 2020-08-11 06:26:04

问题:

I have a command line program in Python that takes a while to finish. 我在Python中有一个命令行程序,需要花一些时间才能完成。 I want to know the exact time it takes to finish running. 我想知道完成跑步所需的确切时间。

I've looked at the timeit module, but it seems it's only for small snippets of code. 我已经看过timeit模块,但它似乎仅适用于一小段代码。 I want to time the whole program. 我想安排整个节目的时间。


解决方案:

参考一: https://stackoom.com/question/6XC7/我如何获得执行Python程序的时间
参考二: https://oldbug.net/q/6XC7/How-do-I-get-time-of-a-Python-program-s-execution
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!