用于分析和单步调试代码的工具?

发布于 2024-08-03 11:29:10 字数 126 浏览 4 评论 0原文

最近,我遇到了一个工具,它可以分析正在运行的 python 代码,并生成类似于代码编辑器的可视化表示,允许人们单步执行代码的不同部分,查看每个部分被调用的次数、执行时间等

。无法再次找到对其的引用。有人知道它可能是什么吗?

Recently I came across a tool which could analyse running python code and produced a visual representation similar to a code editor to allow one to step through the different parts of the code, seeing how many times each part was called, execution time, etc.

I can't find the reference to it again. Would anyone know what it might be? 

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

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

发布评论

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

评论(5

唠甜嗑 2024-08-10 11:29:10

RunSnakeRun 是 cProfile/Hotshot 的用户界面(请参阅James 的回答),它还提供了可视化的分析数据。

另一个有用的链接可能是PyCon2009演讲Python简介的链接分析 (#65)

RunSnakeRun is user interface for cProfile/Hotshot (see James' answer), which also provides a visualization of the profiling data.

Another useful link might be the link to the PyCon2009 Talk Introduction to Python Profiling (#65)

浅沫记忆 2024-08-10 11:29:10

找到了我要找的内容:Code Investigator

CodeInvestigator是Python程序的跟踪工具。所有运行时信息都会被记录。在 Firefox 浏览器中阅读您的代码及其运行时详细信息。查看您的程序运行时做了什么。

Found what I was looking for: Code Investigator

CodeInvestigator is a tracing tool for Python programs. All run time information is recorded. Read your code together with its run time details in a Firefox browser. See what your program did when it ran.

蝶…霜飞 2024-08-10 11:29:10

NetBeans 带有 python 插件吗?

NetBeans with python plug-in?

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