Initial implementation of GetStackSample sampling profiler API.
authoralph@chromium.org <alph@chromium.org>
Mon, 29 Sep 2014 12:59:54 +0000 (12:59 +0000)
committeralph@chromium.org <alph@chromium.org>
Mon, 29 Sep 2014 12:59:54 +0000 (12:59 +0000)
commit24d1ef4868ba15eccaebb26ef651877d94c83e2a
treed16a1bff212d2fdfc09382627e4e69f3fd886c2c
parent38da3edf582141715ef2c8a2d1d6f25edb47a39c
Initial implementation of GetStackSample sampling profiler API.

The patch is based on https://codereview.chromium.org/578163002/#ps20001
made by gholap@chromium.org

LOG=N
BUG=v8:3490
R=bmeurer@chromium.org, yurys@chromium.org

Review URL: https://codereview.chromium.org/596533002

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24285 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
include/v8.h
src/api.cc
src/globals.h
src/sampler.cc
src/sampler.h
src/vm-state.h
test/cctest/cctest.gyp
test/cctest/test-api.cc
test/cctest/test-sampler-api.cc [new file with mode: 0644]