The JIT inspector instruments generated JavaScript JIT code to record information about how much code has run and how well it was optimized: - How many times individual operations have been executed. - Whether operations executed entirely in JIT code (fast) or as calls into the underlying virtual machine (slow). - Precision of type information inferred for each operation, as used for optimization.