JavaScript Profiler in IE

后端 未结 7 1678
無奈伤痛
無奈伤痛 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:30

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

    Firebug also has a built in profiler.

提交回复
热议问题