我需要获取python应用程序的CPU运行时间。
How to measure execution time of command in windows command line?
我之前遇到过上述帖子并了解了timeit。但是,根据下载网站,64位Windows不支持timeit。
http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=17657#top
time.clock()在Windows中不提供CPU时间。
有没有简单的方法来获取我的python应用程序的CPU时间?
答案 0 :(得分:0)
如果您只是为了对代码进行分析或基准测试,请不要构建自己的代码,使用内置库。