On Thu, Dec 10, 2015 at 1:08 AM, Jane Chen <[email protected]> wrote: > Thanks a lot! It sure helps. > > I found CpuProfileNode.GetNodeId(). Maybe that's the pre-computed id which > is the same as what you show here?
Yes, you're right. Now that I look at our code base, we actually use GetNodeId(). The std::map approach we used in node.js v0.10 / V8 3.14 compatibility code, where that method does not exist. -- -- 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.
