Apparently, in @ChromeDevTools there is a way to break down the "Compile Code" phase into "Compile" and "Parse". The only problem is that it doesn't work 😕. #webperf
Btw, I'm still struggling to interpret this. So the script evaluation starts with `ParseFunction` method that takes 1ms (self) and the `ParseFunction` calls my code which takes 181ms? So what took long time here, the parsing or the execution? @yoavweiss @nomsternom any idea?