您可能需要看一下该
timeit模块:
http://docs.python.org/library/timeit.html
或
profile模块:
http://docs.python.org/library/profile.html
这里还有一些不错的教程:
http://www.doughellmann.com/PyMOTW/profile/index.html
http://www.doughellmann.com/PyMOTW/timeit/index.html
而且该
time模块也可能派上用场,尽管我更喜欢后两项关于基准测试和性能分析代码性能的建议:
http://docs.python.org/library/time.html
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)