IE 中的 JavaScript 分析器
Does anyone know a tool for Profiling JavaScript in IE?
List available:
- IE8 (Internet Explorer 8 only)
- JavaScript Profiler
- YUI!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(7)
查看 http://ejohn.org/blog/deep-tracing-of-internet -explorer/ 这里展示的 dynaTrace 工具非常出色,可以与 IE7 配合使用。
Checkout http://ejohn.org/blog/deep-tracing-of-internet-explorer/ the dynaTrace tool shown here is fantastic and works with IE7.
Internet Explorer 8 beta (2) 有一个内置的 Javascript 分析器(位于开发人员工具栏中)。 至少值得一玩...
The Internet Explorer 8 beta (2) has a builtin Javascript profiler (in the developer toolbar). It's worth playing with at least...
JavaScript Profiler 是一个不错的工具。
JavaScript Profiler is a decent tool.
YUI 还提供了一个分析器。
YUI also provides a profiler.
js-profiler 还提供了一个可以在任何浏览器中工作并且不依赖于任何框架的分析器。
js-profiler also provide a profiler that is working in any browser and does not depend on any framework.
我不认为 debugbar 有分析器..但它确实有一个调试器和一个控制台...所以你可以假装它...
I don't think debugbar has a profiler.. but it does have a debugger and a console... so you can fake it...
我们经常使用 Firebugs console.log、console.time 和 console.timeEnd(我认为)。
Firebug 还有一个内置的分析器。
We use Firebugs console.log, console.time and console.timeEnd (I think) a lot.
Firebug also has a built in profiler.