Finding which functions were called
Is there a way to see a trace of the list of functions called when I go to a certain page? Say I click on the "Register" button on my Wordpress page. It will probably call a set of both inbuilt and plugin functions before actually loading the page right? How do I see which functions are called and possibly in which files those functions are located?
It will really help me customize my Wordpress theme the way I want.