开发者

Windows Callgrind results browser, alternative to KCacheGrind [closed]

开发者 https://www.devze.com 2023-04-02 17:23 出处:网络
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack 开发者_JS百科Overflow guidelines. It is not currently accepting answers.
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack 开发者_JS百科Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 7 years ago.

Improve this question

Is there any tool, other than KCacheGrind, being able to view callgrind results? Preferably for Windows platform?


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


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.


You can try WinCacheGrind.


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."


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.


There's a new project called XCallGraph for viewing cachegrind files on Windows.


I have tried these:

  • QCacheGrind
  • KCachegrind
  • WinCacheGrind
  • XCallGraph

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号