var time = performance.now(); // некий код (функция) которую будем мерить time = performance.now() - time; console.log('Время выполнения = ', time);