> Also, in the profiler output I sent I dont have any ticks in C++ section,
> > however I m using bindings (node-expat, compress-buffer).
> > Why could have that happened?
>
> Modules are loaded with dlopen(). I don't think the V8 profiler
> handles that, time spent in them will be counted towards the main node
> binary.
>

This makes it really difficult. If a binding in my app is consuming lot of
ticks, profiling might mislead me to believe that node is consuming those
ticks. Any work around this?


>
>
> I don't think you'll find a better resource than the source itself.
> It's pretty massive though: 635,000 lines of code and counting.
>

Cool. :)


>
> --
> 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 nodejs@googlegroups.com
> To unsubscribe from this group, send email to
> nodejs+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/nodejs?hl=en?hl=en
>

-- 
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 nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to