ngreenwood6 Posted October 26, 2010 Share Posted October 26, 2010 I was wondering if there is a way to trace every php function called and every class method called at the end of the page. I know you can use debug_backtrace() when you are inside of a function to see what called it but is there a way to get everything that was done on the page? Link to comment https://forums.phpfreaks.com/topic/216890-backtrace/ Share on other sites More sharing options...
ignace Posted October 26, 2010 Share Posted October 26, 2010 You can use xdebug which can generate a cachegrind file for you which you can look at with webcachegrind. Link to comment https://forums.phpfreaks.com/topic/216890-backtrace/#findComment-1126741 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.