Does anyone know a tool for Profiling JavaScript in IE?
List available:
- IE8 (Internet Explorer 8 only)
- JavaScript Profiler
- YUI!
Does anyone know a tool for Profiling JavaScript in IE?
List available:
We use Firebugs console.log, console.time and console.timeEnd (I think) a lot.
Firebug also has a built in profiler.
The Internet Explorer 8 beta (2) has a builtin Javascript profiler (in the developer toolbar). It's worth playing with at least...
js-profiler also provide a profiler that is working in any browser and does not depend on any framework.
Checkout http://ejohn.org/blog/deep-tracing-of-internet-explorer/ the dynaTrace tool shown here is fantastic and works with IE7.