Thanks for reply. And what about the V8 extensions ? Can they be used for that purpose ?
On Tuesday, December 17, 2013 3:59:18 PM UTC+1, Jakob Kummerow wrote: > > https://code.google.com/p/v8/wiki/V8Profiler > > > On Tue, Dec 17, 2013 at 3:54 PM, Pawel Por <[email protected]<javascript:> > > wrote: > >> Hi >> >> Can I profile javascript with v8 ? >> I would like to log the time of execution of specific javascript >> functions into file. >> I want to have the following information: function name, arguments, >> return value, execution time. >> Can I use V8 for that ? >> I found example extension programs in V8's src/extensions/ directory. >> Can I use something similar for that purpose. >> If so. How can I do that. >> >> thanks for help >> >> -- >> -- >> v8-users mailing list >> [email protected] <javascript:> >> 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] <javascript:>. >> For more options, visit https://groups.google.com/groups/opt_out. >> > > -- -- 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/groups/opt_out.
