Does anyone know a tool for Profiling JavaScript in IE?
List available:
- IE8 (Internet Explorer 8 only)
- JavaScript Profiler
- YUI!
|
2
|
Does anyone know a tool for Profiling JavaScript in IE? List available:
|
|||
|
|
|
|
JavaScript Profiler is a decent tool. |
||
|
|
|
|
The Internet Explorer 8 beta (2) has a builtin Javascript profiler (in the developer toolbar). It's worth playing with at least... |
||
|
|
|
|
We use Firebugs console.log, console.time and console.timeEnd (I think) a lot. Firebug also has a built in profiler. |
||
|
|
|
|
I don't think debugbar has a profiler.. but it does have a debugger and a console... so you can fake it... |
||
|
|
|
|
YUI also provides a profiler. |
||
|
|