Search code examples
javascriptprofilerdottrace

JavaScript Profiler like JetBrains dotTrace?


I'm a big fan of dotTrace for my web application and I wanted to find a solid javascript profiler that functions about the same way. I've looked around and can't seem to find a JavaScript profiler like that.

Anyone know of a Javascript profiler like dotTrace?


Solution

  • A Javascript profiler is included with IE8: http://blogs.msdn.com/ie/archive/2008/09/11/introducing-the-ie8-developer-tools-jscript-profiler.aspx . It has reports and output that look somewhat like dotTrace.