jokkedk/webgrind

Callgrind files

itverdokhlib5 opened this issue · 1 comments

Does Webgrind support generic callgrind.out files, produced by Valgrind (valgrind --tool=callgrind [callgrind options] your-program [program options])?

I can see cachegrind files in the example screenshot, but callgrind has been mentioned a few times in other issues and the screenshot itself shows function calls/cost, not anything related to cache usage.

Although it may work okay(ish) since they implement the same format, Webgrind does take some shortcuts specific to Xdebug output that may result in incorrect or missing information. Also, Webgrind does not implement displaying all info types available from Valgrind.