Regarding profiling tools, if you decide to go that way you may take a look at xhprof
http://developers.facebook.com/xhprof/
It has smaller size of the output files and web interface that you could embed into your app for continuous tracking. It is able to generate visual representation of call tree. I recommend it over xdebug
for that purpose.