Add timestamps to CPU profile samples.
authoralph@chromium.org <alph@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 25 Apr 2014 18:53:06 +0000 (18:53 +0000)
committeralph@chromium.org <alph@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 25 Apr 2014 18:53:06 +0000 (18:53 +0000)
commita9655b7d37e68187fe24807400b4e04ca37d8099
tree47c19de2b7d56ce0a89b355a746f1347eda4c185
parent0628775c4eff4201d7fe5225aff072936fd0bb25
Add timestamps to CPU profile samples.

BUG=363976
LOG=Y
R=bmeurer@chromium.org, yurys@chromium.org

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@20993 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
include/v8-profiler.h
src/api.cc
src/cpu-profiler.cc
src/profile-generator.cc
src/profile-generator.h
src/sampler.cc
src/sampler.h
test/cctest/test-cpu-profiler.cc