📌  相关文章
📜  函数花费的时间 javascript 代码示例

📅  最后修改于: 2022-03-11 15:04:06.749000             🧑  作者: Mango

代码示例1
console.time("timer");   //start time with name = timer
console.timeEnd("timer"); //end timer and log time difference