<!-- Thank you for reporting a bug in Boa! This will make us improve the engine. But first, fill the following template so that we better understand what's happening. Feel free to add or remove sections as you feel appropriate. --> **Describe the bug** The profiler no longer functions as there was a breaking change in `measureme` from 0.8.0 to 9.0.0 <!-- E.g.: The variable statement is not working as expected, it always adds 10 when assigning a number to a variable" --> **To Reproduce** ``` cargo run --features Boa/profiler <some.js> ``` <!-- E.g.: ```javascript var a = 10; a; ``` --> **Expected behavior** The profiler to produce a profile
Describe the bug
The profiler no longer functions as there was a breaking change in
measuremefrom 0.8.0 to 9.0.0To Reproduce
Expected behavior
The profiler to produce a profile