Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(569)

Issue 12314027: Split profile-generator (Closed)

Created:
7 years, 10 months ago by loislo
Modified:
7 years, 10 months ago
Reviewers:
alph, Yang, yurys
CC:
v8-dev
Visibility:
Public.

Description

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 Committed: https://code.google.com/p/v8/source/detail?r=13706

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -4758 lines) Patch
M src/SConscript View 1 chunk +1 line, -0 lines 0 comments Download
M src/api.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/heap-profiler.cc View 1 chunk +1 line, -1 line 0 comments Download
A + src/heap-snapshot-generator.h View 3 chunks +6 lines, -420 lines 0 comments Download
A + src/heap-snapshot-generator.cc View 2 chunks +2 lines, -909 lines 1 comment Download
A + src/heap-snapshot-generator-inl.h View 3 chunks +6 lines, -67 lines 0 comments Download
M src/profile-generator.h View 1 chunk +0 lines, -659 lines 2 comments Download
M src/profile-generator.cc View 2 chunks +0 lines, -2653 lines 0 comments Download
M src/profile-generator-inl.h View 1 chunk +0 lines, -49 lines 0 comments Download
M src/v8.h View 1 chunk +1 line, -0 lines 0 comments Download
M tools/gyp/v8.gyp View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
yurys
https://codereview.chromium.org/12314027/diff/1/src/heap-snapshot-generator.cc File src/heap-snapshot-generator.cc (right): https://codereview.chromium.org/12314027/diff/1/src/heap-snapshot-generator.cc#newcode32 src/heap-snapshot-generator.cc:32: #include "heap-profiler.h" It is already included in "heap-snapshot-generator-inl.h" https://codereview.chromium.org/12314027/diff/1/src/profile-generator.h ...
7 years, 10 months ago (2013-02-21 09:07:44 UTC) #1
loislo
On 2013/02/21 09:07:44, Yury Semikhatsky wrote: > https://codereview.chromium.org/12314027/diff/1/src/heap-snapshot-generator.cc > File src/heap-snapshot-generator.cc (right): > > https://codereview.chromium.org/12314027/diff/1/src/heap-snapshot-generator.cc#newcode32 ...
7 years, 10 months ago (2013-02-21 09:16:16 UTC) #2
yurys
lgtm
7 years, 10 months ago (2013-02-21 11:34:57 UTC) #3
Yang
LGTM. https://codereview.chromium.org/12314027/diff/1/src/profile-generator.h File src/profile-generator.h (right): https://codereview.chromium.org/12314027/diff/1/src/profile-generator.h#newcode64 src/profile-generator.h:64: class StringsStorage { On 2013/02/21 09:07:44, Yury Semikhatsky ...
7 years, 10 months ago (2013-02-21 11:35:48 UTC) #4
loislo
7 years, 10 months ago (2013-02-21 12:10:53 UTC) #5
Message was sent while issue was closed.
Committed patchset #1 manually as r13706 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698