How to read nodejs internal profiler tick-processor output
Indeed, you are right in your assumption about time actually spent compiling the code: it takes milliseconds (which could be seen with –trace-opt flag). Now talking about that LazyCompile. Here is a quotation from Vyacheslav Egorov’s (former v8 dev) blog: If you are using V8’s tick processors keep in mind that LazyCompile: prefix does not … Read more