webgrind
Webgrind is a browser based front-end for viewing profiling information of PHP applications generated by xdebug.
The application is written in PHP by Joakim Nygård and me. Downloads and further information can be found on webgrinds google code page.
The image is showing webgrind used to view a profile of phpmyadmin

Comments
Webgrind with code coverage maybe someone is interested to implement it just contact me. Screen shots at this address http://www.miledino.ro/webgrind/ Thanks and bye.
I see how it could be useful to be able to see which lines where executed in a specific function. But the code coverage information can only be generated by inserting specific xdebug function calls into the code to be analyzed. There is no standard output file webgrind can analyze.
I don't really see how this could be implemented in a good way.
Congratulations for this wonderful tool!
I was stuck with WinCacheGrind on Windows, but it is seriously flawed (fails to read grind files properly).
I have started using Webgrind on my Windows machines for about a year and I can say that it's the only functional solution at the moment.
The only problem I have is with reading large dump files, like over 100MB, but I guess that's a browser limitation rather than something related to the webapp.
Thank you Lucian. I am happy you like it.
There is a few places things can go wrong when handling such large files. Apache should be set up to allow such large uploads. Webgrind will potentially use more memory than you setup allows. The browser could choke when uploading such a large file.
Do you have a large cachegrind file that you would be willing to send to me for testing? (Or actually zip it and allow me to download it from a server?)
My email is: jacob at this domain,
Comment ?
Add a new comment. (javascript required)