var startTime = new Date; setTimeout(function () { alert("Прошло " + (new Date - startTime) + "мс."); }, 500);