[js] console.time()
https://www.w3schools.com/jsref/met_console_time.asp JavaScript console.time() Method W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more. www.w3schools.com consoel.time(); ... 시간측정할 코드 console.timeEnd(); ()안에 아무것도 입력하지 않으면 자동으로 Default 로 설정되고, 이름을 설정하고..