JavaScript Profiler in IE

后端 未结 7 1676
無奈伤痛
無奈伤痛 2020-12-02 09:37

Does anyone know a tool for Profiling JavaScript in IE?

List available:

  • IE8 (Internet Explorer 8 only)
  • JavaScript Profiler
  • YUI!
相关标签:
7条回答
  • 2020-12-02 10:16

    js-profiler also provide a profiler that is working in any browser and does not depend on any framework.

    0 讨论(0)
  • 2020-12-02 10:30

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

    Firebug also has a built in profiler.

    0 讨论(0)
  • 2020-12-02 10:33

    YUI also provides a profiler.

    0 讨论(0)
  • 2020-12-02 10:36

    Checkout http://ejohn.org/blog/deep-tracing-of-internet-explorer/ the dynaTrace tool shown here is fantastic and works with IE7.

    0 讨论(0)
  • 2020-12-02 10:37

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

    0 讨论(0)
  • 2020-12-02 10:39

    JavaScript Profiler is a decent tool.

    0 讨论(0)
提交回复
热议问题