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:
|
||||
|
|
|
Checkout http://ejohn.org/blog/deep-tracing-of-internet-explorer/ the dynaTrace tool shown here is fantastic and works with IE7. |
||||
|
|
The Internet Explorer 8 beta (2) has a builtin Javascript profiler (in the developer toolbar). It's worth playing with at least... |
|||
|
|
|
JavaScript Profiler is a decent tool. |
|||
|
|
|
js-profiler also provide a profiler that is working in any browser and does not depend on any framework. |
|||
|
|
|
I don't think debugbar has a profiler.. but it does have a debugger and a console... so you can fake it... |
|||
|
|
|
We use Firebugs console.log, console.time and console.timeEnd (I think) a lot. Firebug also has a built in profiler. |
|||||
|