Thank you very much. Now I am working on memory about V8, so I want find anything that can help me to view memory.
I have tried almost all flags about v8 heap, but some of them same no effect, or maybe I don't their real effects and How to use them. Yes, track_heap_object_fields is used by default, at first I saw the comment "track fields with heap values", so I think it may track and output useful heap info for me, but there is nothing. As you say I kown that it is not the case. So, could you tell me how can I make best use of the flags about heap? Thank you! On Friday, August 22, 2014 9:18:36 AM UTC+8, Liu Xiao wrote: > > Hello,everyone. > > Now I have some problems about V8 flags. For example: > > track_heap_object_fields - "track fields with heap values" > > It is a flag enabled by default, and marked for tracking heap values. > > But when I run chrome no output about it, Even if run it with: > ./chrome --no-sandbox --track fields with heap values > > Should it be used together with other flags to make an effect ? > How can I use it to get useful information? > > Please help me,thank you very much. > -- -- 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.
