Revision: 9068
Author:   mikhail.naganov
Date:     Tue Aug 30 03:41:01 2011
Log:      Updated "profile" command description.
http://code.google.com/p/v8/source/detail?r=9068

Modified:
 /wiki/DebuggerProtocol.wiki

=======================================
--- /wiki/DebuggerProtocol.wiki Sun Jul 17 15:52:38 2011
+++ /wiki/DebuggerProtocol.wiki Tue Aug 30 03:41:01 2011
@@ -642,14 +642,13 @@

 == Request `profile` ==

-The request `profile` controls profiling. This is similar to `v8::ResumeProfilerEx` and `v8::PauseProfilerEx` API calls (see [http://code.google.com/p/v8/source/browse/branches/bleeding_edge/include/v8.h v8.h] for details.) +The request `profile` controls profiling. This is similar to `v8::ResumeProfiler` and `v8::PauseProfiler` API calls (see [http://code.google.com/p/v8/source/browse/branches/bleeding_edge/include/v8.h v8.h] for details.)

 {{{
 { "seq"       : <number>,
   "type"      : "request",
   "command"   : "profile",
-  "arguments" : { "command"  : "resume" or "pause"
-                  "modules"  : <profiler modules to resume or pause> }
+  "arguments" : { "command"  : "resume" or "pause" }
 }
 }}}

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

Reply via email to