Windows Callgrind results browser, alternative to KCacheGrind [closed] Windows Callgrind results browser, alternative to KCacheGrind [closed] windows windows

Windows Callgrind results browser, alternative to KCacheGrind [closed]


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.