RaspberryPi cProfile使用
Posted fzyzcjy
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了RaspberryPi cProfile使用相关的知识,希望对你有一定的参考价值。
使用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
以上是关于RaspberryPi cProfile使用的主要内容,如果未能解决你的问题,请参考以下文章