[nodejs] Re: v8 profiler output question

2013-01-17 Thread Bradley Meck
What is `time node --prof x.js`, always check `time`. Also C++ level stuff for in depth profiling use a C++ profiler, `gprof` for gcc etc. -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message

Re: [nodejs] Re: V8 profiler output question

2012-07-25 Thread Jesse
Did anything ever come of this? I am also not seeing the v8.log when using the --prof_lazy option. As stated here: https://github.com/bnoordhuis/node-profiler On Thursday, December 15, 2011 9:01:28 PM UTC-5, Ben Noordhuis wrote: On Thu, Dec 15, 2011 at 18:57, Chris Scribner wrote: Ben,

Re: [nodejs] Re: V8 profiler output question

2012-07-25 Thread Ben Noordhuis
On Wed, Jul 25, 2012 at 9:53 PM, Jesse jessesanf...@gmail.com wrote: Did anything ever come of this? I am also not seeing the v8.log when using the --prof_lazy option. As stated here: https://github.com/bnoordhuis/node-profiler It turns out I forgot to document that you must add --log to the