I’m looking for a solution to profile my php scripts within the browser (rather than having to use *cachegrind)
I saw this a while ago http://particletree.com/features/php-quick-profiler/, but i have no idea how good it is (or accurate)
tips/advice appreciated
xdebug generates cachegrind files, so you will likely want to avoid that. I currently use XHProf http://mirror.facebook.net/facebook/xhprof/doc.html as it includes a great web interface for seeing profiling results.