Type Profiling and Code Coverage Profiling for JavaScript

Saam Barati: Web Inspector now has two great tools designed to make debugging JavaScript programs easier: the Code Coverage Profiler and the Type Profiler. The Code Coverage Profiler visually displays exactly which sections of your JavaScript program have executed. The Type Profiler visually annotates important variables with the collected set of type information for those … Continue reading Type Profiling and Code Coverage Profiling for JavaScript