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, > > > > I got the nprof branch checked out, built, and installed. But, it > > doesn't seem to work. > > > > git clone git://github.com/bnoordhuis/node-profiler.git > > cd node-profiler > > git checkout --track -b nprof origin/nprof > > node-waf configure > > node-waf build > > node-waf install > > > > In my test file: > > > > var profiler = require('profiler'); > > ... > > profiler.resume(); > > ... > > profiler.pause(); > > > > And kicking off my test file: > > > > node --prof --prof-lazy test.js > > > > I don't get a v8.log output in the current directory when it's done > > running. If I take off the --prof-lazy option, the v8.log is created > > as expected. > > Can you open an issue? I can look into it later this week. > -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
