Duplicate of: Are there any good Javascript code coverage tools?


Can I find out how often the available JavaScript functions are executed on a page? I have a quite big file with a lot of JS functions and I am not sure if every one of them is really needed. That's what I'd like to find out.

link|improve this question
feedback

2 Answers

Firebug for firefox has a profiler built in, which will show you this information plus a wealth of other information

link|improve this answer
feedback

you can use JavaScript profilers , like YUI Profiler.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown