Reviewers: Søren Gjesse, Description: Implement tagging of profiler log event blocks.
This change allows to associate integer tags with blocks of profiler log events, and repeat calls to 'ResumeProfiler' / 'PauseProfiler' in order to establsh nested (not necessary properly nested) blocks. By supporting this, we will be able to match WebInspector's CPU profiler abilities in DevTools. I also refactored some testing code. Please review this at http://codereview.chromium.org/619004 Affected files: M include/v8.h M src/api.cc M src/checks.h M src/debug-delay.js M src/log.h M src/log.cc M src/runtime.h M src/runtime.cc M test/cctest/test-log.cc -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
