preinheimer / xhprof

XHGUI is a GUI for the XHProf PHP extension, using a database backend, and pretty graphs to make it easy to use and interpret.
Other
834 stars 185 forks source link

Transform Callgraph into SVG (similar to Blackfire.io) #104

Open aik099 opened 7 years ago

aik099 commented 7 years ago

On the http://www.typofree.org/articles/an-improved-xhprof-ui/ page I saw nice addition to XHProf that changed both UI (added colors) and functionality (changed callgraph into clickable SVG). This was done in https://github.com/Tuurlijk/xhprof fork.

I wasn't sure how to get only SVG part from it though, because changes to code are massive.