Hi Ben, Thanks a lot for the response. That validates my understanding.
In the log files, I am observing the following pattern with timer events at some places (with IcMiss, CompileFullCode, Execute and maybe for some others as well): *start - start-end- start-end start-end - end. * Let's say we consider this pattern for CompileFullCode events. What does it indicate? Does it mean that "compile_full_code" activity started with the first 'start' event and ended at the last 'end'? Can we consider the entirety of above pattern to belong to the "Full Code generator" activity and ignore the start - end pairs in between? There may also be timer events for other activities (let's say icmiss events) in between these events. Would they also be considered part of this "FullCodeGen" activity? Thanks, Talha. -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
