Split profile-generator
authorloislo@chromium.org <loislo@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 21 Feb 2013 12:10:40 +0000 (12:10 +0000)
committerloislo@chromium.org <loislo@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 21 Feb 2013 12:10:40 +0000 (12:10 +0000)
commitea0817c7d4da68178815fb546c14dc842b72f969
tree0ea8ab9886966bef16dd91c6c354df9374d61e32
parent0d63cef35bb034fe122ddb3bb3d58b8c6ebf99ee
Split profile-generator

CPU profile code and Heap Snapshot code are completely unrelated to each other.
So we can extract heap snapshot part into separate file.
No functional changes.

BUG=none
TEST=none

Review URL: https://chromiumcodereview.appspot.com/12314027

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@13706 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/SConscript
src/api.cc
src/heap-profiler.cc
src/heap-snapshot-generator-inl.h [new file with mode: 0644]
src/heap-snapshot-generator.cc [new file with mode: 0644]
src/heap-snapshot-generator.h [new file with mode: 0644]
src/profile-generator-inl.h
src/profile-generator.cc
src/profile-generator.h
src/v8.h
tools/gyp/v8.gyp