We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(7)
我已经使用 QT4.7 在 Windows 上编译了 kcachegrind,这是二进制包(包括用于生成调用图的点实用程序):
http://sourceforge.net/projects/precompiledbin/files/kcachegrind.zip/download
I have compiled kcachegrind on windows using QT4.7, here is the binary bundle (including the dot utility to generate call graph):
http://sourceforge.net/projects/precompiledbin/files/kcachegrind.zip/download
尝试 WebGrind: https://github.com/jokkedk/webgrind
在本地 PHP 服务器上运行。 请小心,使用带有 XDEBUG_PROFILE 标志的 XDebug 分析,否则在打开 WebGrind 时您将面临覆盖分析输出的风险(因为 WebGrind 也是一个 PHP Web 应用程序)。 WebGrind 网站还详细介绍了解决此问题的其他方法。 干杯。
Try WebGrind: https://github.com/jokkedk/webgrind
Runs on your local PHP server. Be careful, use XDebug profiling with the XDEBUG_PROFILE flag or otherwise you'll risk overwriting your profiling output when you open WebGrind (Since WebGrind is also a PHP web application). The WebGrind website also details other approaches to work around this. Cheers.
您可以尝试WinCacheGrind。
You can try WinCacheGrind.
看来 WinCacheGrind 无法打开 callgrind 的输出。 我还没有尝试打开cachegrind的输出,但我想它应该可以工作。
从 Valkyrie 页面来看,(截至目前)“目前,Valkyrie 仅支持 Memcheck,尽管处理 Cachegrind 和 Massif 的工作正在进行中。”
It seems that WinCacheGrind cannot open output of callgrind. I have not tried opening output of cachegrind, but it should work, I guess.
From the Valkyrie page, (as of date) "Currently, Valkyrie supports Memcheck only, although work is in progress to handle Cachegrind and Massif."
我已经尝试过这些:
它们非常相似,但在细节上有所不同。 我可以推荐QCacheGrind,它功能最多,并且还具有图形表示形式,可以帮助更快地识别问题。
I have tried these:
They're very similar but differ in details. I can recommend the QCacheGrind which is the most feature packed and has also a graphical representation, which can help to identify problems much faster.
alleyoop 和 valkyrie(已损坏)链接) 是替代前端。
可能对你想要的有足够的支持,如果 SUA 不能开箱即用,你可以使用 mingw 来编译 Windows 本机。
alleyoop and valkyrie (broken link) are alternative front ends.
May have enough suport for what you want, you can use mingw to compile for Windows native if SUA does not work out of the box.
有一个名为 XCallGraph 的新项目,用于在 Windows 上查看 cachegrind 文件。
There's a new project called XCallGraph for viewing cachegrind files on Windows.