How to measure code execution time in VBScript or JavaScript?

前端 未结 7 1613
野趣味
野趣味 2020-12-06 05:23

What is a good way to measure code execution time in VBScript?

Or failing that how to do it in JavaScript?

7条回答
  •  太阳男子
    2020-12-06 05:54

    For JavaScript, use the Firebug or IE profilers, or free DynaTrace AJAX edition profiler.

提交回复
热议问题