views:

92

answers:

2

I want to start and stop js-profiling from my js-code in Internet Explorer. Like we can do it in Firefox through: - console.profile() - console.profileEnd()

Does anybody know whether it is possible in IE?

A: 

I think you are using Firebug with Firefox, so you could use Firebug Lite.

And IE8 has a built-in console, you should read the docs, there are maybe the same functions.

Fabien Ménager
A: 

For JavaScript, XmlHttpRequest, DOM Access, Rendering Times and Network traffic for IE6, 7 & 8 you can use the free dynaTrace AJAX Edition

Andreas Grabner