参考:
http://www.ibm.com/developerworks/cn/linux/l-cn-python-optim/
http://xianglong.me/article/analysis-python-application-performance-using-cProfile/
http://blog.csdn.net/tantexian/article/details/40856071 #profile工具优化
python标准模块里有: profile、profiles:cprofile、hotshot工具库可以使用
针对大型项目: kcachegrind 、 Gprof2Doc 、 visualpytune
时间: 2024-12-29 09:00:44