Reviewers: iposva, plesner, Message: Simple API extension to allow V8 hosts to control when profiling is turned off.
Command line switch: // Enable profiling, but don't collect samples // automatically. --prof --noprof-auto Description: Enable an API for turning profiling sampling on/off dynamically. I'm exposing this through an extension to Chrome; so that we can measure the inner loops of javascript programmatically. Please review this at http://codereview.chromium.org/19607 SVN Base: http://v8.googlecode.com/svn/trunk/ Affected files: M include/v8.h M src/api.cc M src/flag-definitions.h M src/log.h M src/log.cc --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
