DEV Community

Discussion on: JavaScript Performance using console.time() & console.timeEnd()

 
pranjalagnihot8 profile image
Pranjal Agnihotri {..❤️}

Hey @adrian , I want to just get the elapsed millisecond for a particular JS function in web-app, is there any simpler way to achieve this without using browser native API. Benchmark.js seems over kill for this use case.