On Wed, Jul 30, 2014 at 7:47 AM, Liu Xiao <[email protected]> wrote: > hello > > I have ran D8 with args as follow: > > ---------------------------- > ./d8 --prof test.js > ---------------------------- > > I get "v8.log", and run "tools/linux-tick-processor.py", but I only get the > result about CPU Profile. > > How can I get more infomation? I am interested in the Heap Profile? > > Please help me. Thank you very much!
I don't think there's currently any way to enable heap profiling through the command line, you have to use the C++ API. -- -- 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.
