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使用的主要内容,如果未能解决你的问题,请参考以下文章

cProfile 没有方法 runcall

正确使用 cProfile 的方法

将 cProfile 与 asyncio 代码一起使用的正确方法是啥?

python模块上的cprofile

使用 cProfile 时的返回值

使用 Argument Parser 的函数上的 cProfile