Python 分析器输出的树状图可视化视图?

发布于 2024-11-10 02:27:33 字数 140 浏览 3 评论 0原文

Python 是否有一个分析器可以渲染类似 Kcachegrind 的 Callee 地图视图之类的内容?

kcachegrind 被调用者地图视图

Is there a profiler for Python that can render something like Kcachegrind's Callee map view?

kcachegrind Callee Map View

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

情场扛把子 2024-11-17 02:27:34

这看起来可能会做你想要的

http://www.vrplumber.com/programming/runsnakerun/< /a>

This looks like it might do what you want

http://www.vrplumber.com/programming/runsnakerun/

草莓味的萝莉 2024-11-17 02:27:34

如果您使用的是 Ubuntu(或有权访问主机),您可以转换 Python hotshot profiler 的输出转换为 KCachegrind 可以读取的形式。查看 kcachegrind-convertershotshot2calltree 命令< /a>.

以下是一些参考使用它进行 Python 分析的页面:

If you are on Ubuntu (or have access to a host) you can convert the Python hotshot profiler's output into a form that KCachegrind can read. Check out the kcachegrind-converters package hotshot2calltree command.

Here are some pages which reference using it for Python profiling:

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文