jquery - how to get list of javascript methods used/called in an individual page? -


is there way in javascript or tool through can find list of javascript methods used/called in individual page

if want find out functions actively used, can use firebug's profiling feature.

cick "profile" in console tab, reload page, use page in whatever way need to, click "profile" again listing of functions used, how many times called , how long took.

if want trigger profiling on particular section of code, can use calls firebug console api - console.profile() start profiling , console.profileend() stop profiling.

if want see what's available use on page, switch firebug's dom tab, use configuration dropdown uncheck every option "show user-defined properties" , "show user-defined functions" , you'll able see that's been added global scope javascript.


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -