vote up 9 vote down star
2

Does anyone know a tool for Profiling JavaScript in IE?

List available:

flag

45% accept rate

5 Answers

vote up 4 vote down

JavaScript Profiler is a decent tool.

link|flag
vote up 4 vote down

The Internet Explorer 8 beta (2) has a builtin Javascript profiler (in the developer toolbar). It's worth playing with at least...

link|flag
vote up 1 vote down

We use Firebugs console.log, console.time and console.timeEnd (I think) a lot.

Firebug also has a built in profiler.

link|flag
vote up 0 vote down

I don't think debugbar has a profiler.. but it does have a debugger and a console... so you can fake it...

link|flag
vote up 0 vote down

YUI also provides a profiler.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.