node js 获取程序执行时间 time timeEnd

2021-04-22 10:26

阅读:663

标签:控制台   index   node   function   code   输出   java   class   +=   

node js 获取程序执行时间 time timeEnd

示例代码:

function getFunRunTime(){
    console.time('test');
    let temp;
    for (let index = 0; index 

控制台输出:

test: 0.384765625ms

node js 获取程序执行时间 time timeEnd

标签:控制台   index   node   function   code   输出   java   class   +=   

原文地址:https://www.cnblogs.com/mengfangui/p/12244255.html

上一篇:「JSOI2010」汇总

下一篇:html+css入门


评论


亲,登录后才可以留言!