By carlwenrich on
I need to know all the functions that were called between the time I click on a link and the time the resulting page is displayed. Is there a way to do that in Drupal?
I need to know all the functions that were called between the time I click on a link and the time the resulting page is displayed. Is there a way to do that in Drupal?
Comments
Look into
Look into http://php.net/manual/en/function.debug-backtrace.php
devel module has ddebug_backtrace()
that does the same but puts the output to nice KRUMO view.
DRUPAL development & SEO sollutions in Lithuania
A Debugger and/or Profiler
Hi,
I use xdebug for php, firebug for javascript.
....
Is that what your question is?