如何测量函数执行所需的时间

一曲冷凌霜 提交于 2020-08-08 14:03:05

问题:

I need to get execution time in milliseconds. 我需要获取执行时间(以毫秒为单位)。

I originally asked this question back in 2008. The accepted answer then was to use new Date().getTime() However, we can all agree now that using the standard performance.now() API is more appropriate. 我最初是在2008年问这个问题的。当时接受的答案是使用new Date()。getTime()。但是,我们现在都同意使用标准performance.now() API更合适。 I am therefore changing the accepted answer to this one. 因此,我正在改变对此的公认答案。


解决方案:

参考一: https://stackoom.com/question/1Jen/如何测量函数执行所需的时间
参考二: https://oldbug.net/q/1Jen/How-to-measure-time-taken-by-a-function-to-execute
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!