I want to know what functions are being called and what time each request is taking for an application which is running on apache.
Is there any tool or any other way
Xdebug can write a profiling file that you can analyze in kcachegrind or wincachegrind.