webgrind icon indicating copy to clipboard operation
webgrind copied to clipboard

Callgrind files

Open retuerto5 opened this issue 4 years ago • 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.

retuerto5 avatar Feb 07 '22 10:02 retuerto5

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.

alpha0010 avatar Feb 07 '22 13:02 alpha0010