DEV Community

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

Collapse
 
3sanket3 profile image
Sanket Patel • Edited

Yes, I agree this is not something that can measure the performance of whole app, but as @dimpiax rightly said, can be useful just to check time consumption of the piece of code quickly.

I also appreciate the point you mentioned about the browser dev tool. I tried it after @bgadrian mentioned in a comment above. But in my brief experiment I found it with too much high level info, may be I need to check the official tutorials to get better idea. Would love to know if you have any reference. Thanks!