你如何阅读web2py的探查器生成的.prof文件?

时间:2014-10-14 22:44:08

标签: profiling web2py

如果我run web2py with the -F option,它将生成一个.prof文件。我如何阅读此文件的内容? Hotshot似乎无法正常工作(我也尝试过RunSnakeRun)。

2 个答案:

答案 0 :(得分:1)

Web2py使用cProfile;我发现了一些会加载cProfile生成的文件并将输出吐出到网页的内容:

http://ymichael.com/2014/03/08/profiling-python-with-cprofile.html

pip install cprofilev,然后在.prof文件上运行cprofilev。享受!

答案 1 :(得分:0)

snakeviz是用于查看和生成cprofile .prof文件的模块/二进制文件。由 the 搜索引擎推荐。我真的很喜欢它的森伯斯特地块。

https://jiffyclub.github.io/snakeviz/