JavaScript Quick Tip: How To Use The Performance API To Measure Execution Times
Measuring execution times of code paths is an essential and fundamental requirement to decide whether code needs refactoring or rewriting because it creates a performance bottleneck.
Until some time ago, you didn't have many choices to measure execut...
deepdive.hashnode.dev2 min read