I am not quite sure for what I am asking, so please excuse me if I am saying nonsense.
I want to profile some php code, function by function so I need a profiler that can check block of code. I found xhprof and I was able to install it on MAMP following this gudie
The problem is that I am working on a test server remotely, which I don't have the rights and I don't really want to tweak...
Is there a code solution for profiling?
Must I put my hands on the servers configurations?