JavaScript 실행시간 측정 : performance.now()
·
✏️ Study/🧽 JS & TS
📍참고 https://developer.mozilla.org/en-US/docs/Web/API/Performance/now performance.now() - Web APIs | MDN The performance.now() method returns a high resolution timestamp in milliseconds. It represents the time elapsed since Performance.timeOrigin (the time when navigation has started in window contexts, or the time when the worker is run in Worker and Service developer.mozilla.org 📍performance.no..