It you app is HTTP server and you open it in browser, than profiling tab in 
web inspector refers to your page javascript, not server code.
Use  https://github.com/c4milo/node-webkit-agent if you want to monitor the 
app.

среда, 6 июня 2012 г., 19:40:05 UTC+4 пользователь marcucio написал:
>
> I installed node-inspector and v8-profiler on my server and I am able to 
> debug the javascript remotely. I am also able to do:
>
> var profiler = require('v8-profiler');
> var snapshot = profiler.takeSnapshot([name])
>
> to take a snapshot within the app. The only problem is that I only see the 
> scripts and counsel table in the inspector, I do not see the profile tab. I 
> was wondering what might cause this? Is there a problem with node-inspector 
> finding the v8-profiler?
>
> Any help would be appreciated, thanks
>

-- 
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

Reply via email to