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

Issue 2397573007: Added zone tracing (Closed)

Created:
4 years, 2 months ago by heimbuef
Modified:
4 years, 2 months ago
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Added zone tracing Added PrintF output whenever a zone is created or destroyed. Also enables setting of a name for each zone, which can then be shown in the v8-heap-stats tool: https://github.com/mlippautz/v8-heap-stats/pull/2 BUG=v8:5489 Committed: https://crrev.com/826451f078a300c4d31bd35cce799a64bedf94e1 Cr-Commit-Position: refs/heads/master@{#40168}

Patch Set 1 #

Total comments: 1

Patch Set 2 : Reaction to comments #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+54 lines, -6 lines) Patch
M src/isolate.cc View 1 4 chunks +40 lines, -3 lines 1 comment Download
M src/zone/accounting-allocator.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/zone/zone.h View 3 chunks +4 lines, -1 line 0 comments Download
M src/zone/zone.cc View 1 chunk +7 lines, -2 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 14 (7 generated)
heimbuef
PTAL
4 years, 2 months ago (2016-10-11 11:23:43 UTC) #2
Michael Lippautz
lgtm once comment is addressed. https://codereview.chromium.org/2397573007/diff/1/src/isolate.cc File src/isolate.cc (right): https://codereview.chromium.org/2397573007/diff/1/src/isolate.cc#newcode2027 src/isolate.cc:2027: base::AtomicWord nesting_deepth_; You should ...
4 years, 2 months ago (2016-10-11 11:25:20 UTC) #6
heimbuef
On 2016/10/11 at 11:25:20, mlippautz wrote: > lgtm once comment is addressed. > > https://codereview.chromium.org/2397573007/diff/1/src/isolate.cc ...
4 years, 2 months ago (2016-10-11 12:03:12 UTC) #7
Toon Verwaest
lgtm with additional comment https://codereview.chromium.org/2397573007/diff/20001/src/isolate.cc File src/isolate.cc (right): https://codereview.chromium.org/2397573007/diff/20001/src/isolate.cc#newcode1938 src/isolate.cc:1938: nesting_deepth_(0), nesting_depth
4 years, 2 months ago (2016-10-11 12:04:10 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2397573007/20001
4 years, 2 months ago (2016-10-11 12:04:13 UTC) #11
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 2 months ago (2016-10-11 12:36:54 UTC) #12
commit-bot: I haz the power
4 years, 2 months ago (2016-10-11 12:37:17 UTC) #14
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/826451f078a300c4d31bd35cce799a64bedf94e1
Cr-Commit-Position: refs/heads/master@{#40168}

Powered by Google App Engine
This is Rietveld 408576698