第406天 你是如何比较js函数的执行速度的? [3+1官网](http://www.h-camel.com/index.html) [我也要出题](http://www.h-camel.com/contribution.html)
Activity
zhaofeipeter commentedon Jul 25, 2020
采用chrome performance api
bozaigao commentedon Sep 22, 2020
console.time(flag);
console.timeEnd(flag);
cool-delete commentedon Sep 22, 2020
performance api比较精准的
console.time(flag);
也行 搭配timelog 多次测量