标签:
使用sudo python -m cProfile -o 1.cprof your.py生成cprof文件
windows下安装snakeviz:pip install -i https://pypi.doubanio.com/simple/ snakeviz --trusted-host pypi.doubanio.com
使用:Python27\Scripts文件夹下snakeviz.exe 1.cprof
标签:
原文地址:http://www.cnblogs.com/turtlegood/p/5569673.html