Windows Callgrind results browser, alternative to

2019-01-16 08:31发布

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

7条回答
等我变得足够好
2楼-- · 2019-01-16 08:54

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

查看更多
爱情/是我丢掉的垃圾
3楼-- · 2019-01-16 08:55

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

查看更多
爷的心禁止访问
4楼-- · 2019-01-16 08:59

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.

查看更多
闹够了就滚
5楼-- · 2019-01-16 09:00

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.

查看更多
等我变得足够好
6楼-- · 2019-01-16 09:02

alleyoop and valkyrie 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.

查看更多
爱情/是我丢掉的垃圾
7楼-- · 2019-01-16 09:12

You can try WinCacheGrind.

查看更多
登录 后发表回答