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

Issue 143343006: Add Box object to heap profiler. (Closed)

Created:
6 years, 11 months ago by alph
Modified:
6 years, 10 months ago
Reviewers:
ulan, yurys, rossberg, loislo
CC:
v8-dev
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : Added a test. #

Total comments: 1

Patch Set 3 : Redone the test. #

Patch Set 4 : Reupload #

Total comments: 2

Patch Set 5 : Addressing comment. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -0 lines) Patch
M src/heap-snapshot-generator.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/heap-snapshot-generator.cc View 1 2 2 chunks +7 lines, -0 lines 0 comments Download
M test/cctest/test-heap-profiler.cc View 1 2 3 4 1 chunk +29 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
alph
ptal
6 years, 10 months ago (2014-01-29 12:56:20 UTC) #1
yurys
Please add a test for this.
6 years, 10 months ago (2014-01-29 12:57:36 UTC) #2
alph
On 2014/01/29 12:57:36, yurys wrote: > Please add a test for this. Do you know ...
6 years, 10 months ago (2014-01-29 13:18:38 UTC) #3
alph
On 2014/01/29 13:18:38, alph wrote: > On 2014/01/29 12:57:36, yurys wrote: > > Please add ...
6 years, 10 months ago (2014-01-30 12:14:29 UTC) #4
alph
6 years, 10 months ago (2014-01-30 12:14:43 UTC) #5
yurys
https://codereview.chromium.org/143343006/diff/30001/test/cctest/test-heap-profiler.cc File test/cctest/test-heap-profiler.cc (right): https://codereview.chromium.org/143343006/diff/30001/test/cctest/test-heap-profiler.cc#newcode2387 test/cctest/test-heap-profiler.cc:2387: if (strcmp(*type_node_name, "system / Box") != 0) This looks ...
6 years, 10 months ago (2014-01-30 13:34:34 UTC) #6
alph
ptal
6 years, 10 months ago (2014-02-03 09:21:55 UTC) #7
yurys
lgtm https://codereview.chromium.org/143343006/diff/70001/test/cctest/test-heap-profiler.cc File test/cctest/test-heap-profiler.cc (right): https://codereview.chromium.org/143343006/diff/70001/test/cctest/test-heap-profiler.cc#newcode2397 test/cctest/test-heap-profiler.cc:2397: CHECK_EQ(1, global->InternalFieldCount()); Do you really need this check ...
6 years, 10 months ago (2014-02-03 09:26:26 UTC) #8
alph
https://codereview.chromium.org/143343006/diff/70001/test/cctest/test-heap-profiler.cc File test/cctest/test-heap-profiler.cc (right): https://codereview.chromium.org/143343006/diff/70001/test/cctest/test-heap-profiler.cc#newcode2397 test/cctest/test-heap-profiler.cc:2397: CHECK_EQ(1, global->InternalFieldCount()); On 2014/02/03 09:26:27, yurys wrote: > Do ...
6 years, 10 months ago (2014-02-04 09:41:54 UTC) #9
ulan
lgtm
6 years, 10 months ago (2014-02-04 09:42:00 UTC) #10
alph
6 years, 10 months ago (2014-02-04 11:43:30 UTC) #11
Message was sent while issue was closed.
Committed patchset #5 manually as r19063 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698