1 2 3 4 5 6
onmessage = function () { console.time("bug1004814"); setTimeout(function () { console.timeEnd("bug1004814"); }, 200); };