Hi,

I'm sorry, the documentation wasn't up to date. We have removed the
"module" parameter from the message some time ago. What you can do
with it is just starting and stopping CPU profiling. You need to have
profiling enabled (see --prof switch description). Profiling data is
recorded into a log file. Please see this page for further info:
http://code.google.com/p/v8/wiki/V8Profiler

On Tue, Aug 30, 2011 at 10:27, janne.virranmaki
<[email protected]> wrote:
> Hi,
>
> I tried to look at V8's DebuggerProtocol wiki page and read source
> code but still I have a questions, if someone already knows:
>
> What is the response message to default "profile" request message?
> Can I register listener function to "profile" response by using
> v8::Debug::SetMessageHandler2(<listener function>)? Or probably there
> is some other for Profiler.
>
> Thanks for any help!
>
> Br,
>
> Janne
>
> --
> v8-users mailing list
> [email protected]
> http://groups.google.com/group/v8-users
>

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

Reply via email to