c4milo / node-webkit-agent

NodeJS agent for WebKit devtools front-end
http://c4milo.github.io/node-webkit-agent/
1.1k stars 128 forks source link

peeking inside functions #44

Closed donnut closed 10 years ago

donnut commented 10 years ago

I've managed the profile a script and the result is like the image attached ![Uploading profile.jpg . . .]() : function (program) is taking 99,99% of the time. I expect there is a way to get info on the time spend in functions that are part of the program. If tried to include the agent into the function of interest, but that didn't work. Any help is appreciated.

donnut commented 10 years ago

profile

c4milo commented 10 years ago

it is how v8 profiler shows you idle time within native code. It is fine if you ignore it.

c4milo commented 10 years ago

I'm closing since this is not an issue with node-webkit-agent.