Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PHP parser for cachegrind files?

Is there such a thing?

I'm on windows and using the WinCacheGrind app and it doesn't seem to work with large files (~2 MB). I get errors like "cannot find call target".

Do you know any parser for such files written in PHP that can help me build my own cachegrind analyzer?

like image 807
Alex Avatar asked Apr 05 '12 10:04

Alex


1 Answers

i am not sure if that is possible in PHP, but can try http://sourceforge.net/projects/precompiledbin/, if you just want to read cachegrind files, KCacheGrind actually works on linux but someone has ported it to run on windows

Reference: Windows Callgrind results browser, alternative to KCacheGrind

like image 130
Saket Patel Avatar answered Sep 20 '22 09:09

Saket Patel