I'm writing a v8 debugger gui using the WebKit inspector. I'm using
the debugger protocol, and I'd like to be able to use the profiler
panel to display profiler data for cpu and heap snapshots like the
DevTools provides Chromium. The protocol already has the pause/resume
profiler commands. I think I just need a command that returns
GetLogLines like the ProfilerAgent from DevTools provides.


Should I submit a feature request or would a patch be accepted for
this?

Thanks,
Danny

refs:
http://code.google.com/p/v8/wiki/DebuggerProtocol
http://trac.webkit.org/browser/trunk/WebKit/chromium/src/js/ProfilerAgent.js
http://trac.webkit.org/browser/trunk/WebKit/chromium/src/ProfilerAgentImpl.cpp
http://github.com/dannycoates/node-inspector

-- 
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to