webgrind not showing function names or file source

2.4k Views Asked by At

I'm trying to profile a web application with xDebug and Webgrind since I'm doing it in a remote Linux server. For some weird reason it doesn't show call names or file source. I was suspecting that there might be some kind problem with readying the script files (not sure if it's doing it) but giving target folders 777 didn't make any difference. Does anybody have a clue where I'm failing?

Thanx!

enter image description here

2

There are 2 best solutions below

0
On BEST ANSWER

The webgrind version found on google code does not work for xDebug 2.3. Here is a fork that works: webgrind

2
On

Ok, 24h later:

Seems that webcache grind doesn't support cachegrind file function compression feature that was introduced in xDebug 2.3 (released 2015). The latest webgrind was released ~2008-2009 so makes sens that it doesn't work. The same applies to WinCacheGrind client. Currently seems that only Windows cachegrind analyzer is qCacheGrind and linux client kCacheGrind

When I maange to find some free time I'll fork the project and make it compatible with compression.