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?

link|improve this question

80% accept rate
feedback

migrated from serverfault.com Feb 9 at 12:58

This question came from our site for system administrators and desktop support professionals.

1 Answer

up vote 2 down vote accepted

Try using

xdebug profiler with kcachegrind

Have a look at : profiling-a-php-application

link|improve this answer
+1 for xdebug. Always use xdebug – racar Feb 9 at 14:55
Thanks. I will give it a try. However, someone might install the xhprof for me. I found an usage example here – x_maras Feb 13 at 13:26
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.