Comment #4 on issue 1670 by mikhail.naganov: Unable to pause/resume profiler using debugger protocol
http://code.google.com/p/v8/issues/detail?id=1670
Which command line flags do you specify? If it's only '--prof', profiling automatically starts on initialization, and you'll need an extra 'pause' to stop it. You can also specify '--noprof-auto' to inhibit auto-start, so it will start only on 'resume' and will continue until you send 'pause'.
-- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
