Currently, I am using xdebug profiler
& KCacheGrind
. But GallGrind format does not store full call trace, just the parent child call traces (look at Kcachegrind/callgrind is inaccurate for dispatcher functions? for what I am talking about.)
Is there a profiler with visualization with full backtrace visualization available for PHP?
I have looked at
- PHP Quick Profiler: But, It requires too much code to be added and no visualization.
- phpCallGraph: Its most recent version has been modified on 2009-08-06(ref).